Fix typo in visiblepw description; from Joel Pickett

This commit is contained in:
Todd C. Miller
2011-12-18 14:20:56 -05:00
parent a24d86b32c
commit 1f97735fbb
3 changed files with 3 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ sudo_execve(struct command_details *details, struct command_status *cstat)
sigemptyset(&sa.sa_mask);
/*
* Signals for forward to the child process (excluding SIGALRM and SIGCHLD).
* Signals to forward to the child process (excluding SIGALRM and SIGCHLD).
* Note: HP-UX select() will not be interrupted if SA_RESTART set.
*/
sa.sa_flags = SA_INTERRUPT; /* do not restart syscalls */