From: Samanta Navarro Date: Thu, 16 Feb 2023 11:54:14 +0000 (+0000) Subject: Fix grammar X-Git-Tag: 4.14.0-rc1~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53b36fe8595a516f9a4ea15b78bc2eca4422db0;p=thirdparty%2Fshadow.git Fix grammar Use proper grammar (third-person singular). Signed-off-by: Samanta Navarro --- diff --git a/libmisc/xgetgrgid.c b/libmisc/xgetgrgid.c index 66398c5f6..b83f9aa1e 100644 --- a/libmisc/xgetgrgid.c +++ b/libmisc/xgetgrgid.c @@ -23,7 +23,7 @@ * Two important function classes that fall into this category are * getpwnam(3) and syslog(3). * - * This file provide wrapper to the getpwnam or getpwnam_r functions. + * This file provides wrapper to the getpwnam or getpwnam_r functions. */ #include diff --git a/libmisc/xgetpwuid.c b/libmisc/xgetpwuid.c index cafc8953b..9f66e2fca 100644 --- a/libmisc/xgetpwuid.c +++ b/libmisc/xgetpwuid.c @@ -23,7 +23,7 @@ * Two important function classes that fall into this category are * getpwnam(3) and syslog(3). * - * This file provide wrapper to the getpwnam or getpwnam_r functions. + * This file provides wrapper to the getpwnam or getpwnam_r functions. */ #include diff --git a/src/su.c b/src/su.c index 6a567bb52..af1873ee4 100644 --- a/src/su.c +++ b/src/su.c @@ -808,7 +808,7 @@ static void process_flags (int argc, char **argv) case 'm': case 'p': /* This will only have an effect if the target - * user do not have a restricted shell, or if + * user does not have a restricted shell, or if * su is called by root. */ change_environment = false; @@ -1017,7 +1017,7 @@ int main (int argc, char **argv) pw = check_perms (); - /* If the user do not want to change the environment, + /* If the user does not want to change the environment, * use the current SHELL. * (unless another shell is required by the command line) */