commit | 28a105d867b6fe429c5f2f14a42e1dbb41236156 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jun 01 11:26:30 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jun 01 11:26:30 2009 +0200 |
tree | a1f69de9f1a76cd91246a6ce061f7f793a4e0500 | |
parent | 4b7db4f2ca232c630e334fa56b1eb89848d5fcc5 [diff] [blame] |
nc, hush: cosmetic cleanups, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/networking/nc.c b/networking/nc.c index 9c3f116..e4db238 100644 --- a/networking/nc.c +++ b/networking/nc.c
@@ -129,7 +129,7 @@ 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);*/ }