]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 1 Dec 2017 17:53:24 +0000 (18:53 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 6 Dec 2017 09:30:26 +0000 (10:30 +0100)
src/shared/specifier.c

index 9034cc20d728b77144b1c666b89fce434539df71..6839d1892dac759d264c85b0f1506274854c34ab 100644 (file)
@@ -207,7 +207,7 @@ int specifier_user_name(char specifier, void *data, void *userdata, char **ret)
         /* If we are UID 0 (root), this will not result in NSS, otherwise it might. This is good, as we want to be able
          * to run this in PID 1, where our user ID is 0, but where NSS lookups are not allowed.
 
-         * We don't user getusername_malloc() here, because we don't want to look at $USER, to remain consistent with
+         * We don't use getusername_malloc() here, because we don't want to look at $USER, to remain consistent with
          * specifer_user_id() below.
          */