nc, hush: cosmetic cleanups, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-06-01 11:26:30 +02:00
parent 4b7db4f2ca
commit 28a105d867
2 changed files with 14 additions and 14 deletions

View File

@@ -129,7 +129,7 @@ int nc_main(int argc, char **argv)
if (wsecs) {
alarm(0);
/* Non-ignored siganls revert to SIG_DFL on exec anyway */
/* Non-ignored signals revert to SIG_DFL on exec anyway */
/*signal(SIGALRM, SIG_DFL);*/
}