Fix a comment, update a variable name in a prototype; all cosmetic.

This commit is contained in:
Todd C. Miller
2012-08-07 14:47:58 -04:00
parent 3ba8da4ab6
commit 0655deab57
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ mon_handler(int s, siginfo_t *info, void *context)
/*
* If the signal came from the command we ran, just ignore
* it since we don't want the child to indirectly kill itself.
* it since we don't want the command to indirectly kill itself.
* This can happen with, e.g. BSD-derived versions of reboot
* that call kill(-1, SIGTERM) to kill all other processes.
*/