From: Yu Watanabe Date: Sun, 15 May 2022 20:18:30 +0000 (+0900) Subject: core: fix comment X-Git-Tag: v251~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08a7e5459fcfe3ad3348a5b6f1712febadfa997b;p=thirdparty%2Fsystemd.git core: fix comment --- diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index dc599aa855d..3ff6eae8fce 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -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)