Fix grammar

Use proper grammar (third-person singular).

Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
This commit is contained in:
Samanta Navarro 2023-02-16 11:54:14 +00:00 committed by Serge Hallyn
parent b8ea76ba72
commit c53b36fe85
3 changed files with 4 additions and 4 deletions

View File

@ -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 <config.h>

View File

@ -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 <config.h>

View File

@ -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)
*/