From: Tobias Stoeckmann Date: Fri, 9 Jan 2026 16:19:57 +0000 (+0100) Subject: su: Fix typos in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df90ed8a43857e06bece6f05cb272b0d57118565;p=thirdparty%2Fshadow.git su: Fix typos in comment Reviewed-by: Alejandro Colomar Reviewed-by: Ruihan Li Signed-off-by: Tobias Stoeckmann --- diff --git a/src/su.c b/src/su.c index 583979c20..e5ee84428 100644 --- a/src/su.c +++ b/src/su.c @@ -368,7 +368,7 @@ static void prepare_pam_close_session (void) && (EINTR == errno) && (SIGTSTP == caught)) { caught = 0; - /* Except for SIGTSTP, which request to + /* Except for SIGTSTP, which requests to * stop the child. * We will SIGSTOP ourself on the next * waitpid round. @@ -404,7 +404,7 @@ static void prepare_pam_close_session (void) if (sigprocmask (SIG_BLOCK, &ourset, NULL) != 0) { fprintf (stderr, _("%s: signal masking malfunction\n"), Prog); kill_child (0); - /* Never reach (_exit called). */ + /* Never reached (_exit called). */ } /* Send SIGKILL to the child if it doesn't