]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 15 May 2022 20:18:30 +0000 (05:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 15 May 2022 20:18:30 +0000 (05:18 +0900)
src/core/load-fragment.c

index dc599aa855dea774bd037e4445a352f556713680..3ff6eae8fcead70372fba074553462131d90f688 100644 (file)
@@ -4849,7 +4849,7 @@ int config_parse_load_credential(
         }
 
         if (isempty(p)) {
-                /* If only one field field is specified take it as shortcut for inheriting a credential named
+                /* If only one field is specified take it as shortcut for inheriting a credential named
                  * the same way from our parent */
                 q = strdup(k);
                 if (!q)