diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-01 11:26:30 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-01 11:26:30 +0200 |
commit | 28a105d867b6fe429c5f2f14a42e1dbb41236156 (patch) | |
tree | a1f69de9f1a76cd91246a6ce061f7f793a4e0500 /networking/nc.c | |
parent | 4b7db4f2ca232c630e334fa56b1eb89848d5fcc5 (diff) |
nc, hush: cosmetic cleanups, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/nc.c')
-rw-r--r-- | networking/nc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc.c b/networking/nc.c index 9c3f116d2..e4db23895 100644 --- a/networking/nc.c +++ b/networking/nc.c @@ -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);*/ } |