]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
load-fragment: fix comment to reflect changes made in 43eb109 (#5138)
authorMichal Sekletar <msekletar@users.noreply.github.com>
Tue, 24 Jan 2017 02:18:40 +0000 (03:18 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 24 Jan 2017 02:18:40 +0000 (21:18 -0500)
src/core/load-fragment.c

index bc0cf73d39a44c781ef7254860b9e1139bdb1785..243c288885dd88d25d8381d1dee23d57d25bd006 100644 (file)
@@ -620,7 +620,7 @@ int config_parse_exec(
                          * If it's prefixed with - and the path doesn't exist,
                          * we ignore it instead of erroring out;
                          * if it's prefixed with @, we allow overriding of argv[0];
-                         * and if it's prefixed with !, it will be run with full privileges */
+                         * and if it's prefixed with +, it will be run with full privileges */
                         if (*f == '-' && !ignore)
                                 ignore = true;
                         else if (*f == '@' && !separate_argv0)