From: Samanta Navarro Date: Fri, 30 Dec 2022 11:51:42 +0000 (+0000) Subject: libmisc: fix grammar X-Git-Tag: 4.14.0-rc1~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2d202cb5d59ef5aeda0dfd4c30ff8adca02dd06;p=thirdparty%2Fshadow.git libmisc: fix grammar Signed-off-by: Samanta Navarro --- diff --git a/libmisc/xgetXXbyYY.c b/libmisc/xgetXXbyYY.c index 6a3f9693f..a9d9290ce 100644 --- a/libmisc/xgetXXbyYY.c +++ b/libmisc/xgetXXbyYY.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/xgetgrnam.c b/libmisc/xgetgrnam.c index 877ec03ac..c4dcbc886 100644 --- a/libmisc/xgetgrnam.c +++ b/libmisc/xgetgrnam.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/xgetpwnam.c b/libmisc/xgetpwnam.c index f0083cbbf..4387e798d 100644 --- a/libmisc/xgetpwnam.c +++ b/libmisc/xgetpwnam.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/xgetspnam.c b/libmisc/xgetspnam.c index 148185f43..cf8486352 100644 --- a/libmisc/xgetspnam.c +++ b/libmisc/xgetspnam.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