diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-02-11 11:44:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-02-11 11:44:38 +0000 |
commit | a985d306a1fb5533e6fd93dbbcc04e493a126de8 (patch) | |
tree | bb261f14ce5adb3c3281feb9c12c58c078155927 /networking/nc_bloaty.c | |
parent | 83177991c86dd49ac447225f33b84e1883ca49ee (diff) | |
download | busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.gz busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.bz2 busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.zip |
- spelling fixes
Diffstat (limited to 'networking/nc_bloaty.c')
-rw-r--r-- | networking/nc_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index 0b9428b71..206c5e5d9 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c | |||
@@ -77,7 +77,7 @@ struct globals { | |||
77 | unsigned wrote_out; /* total stdout bytes */ | 77 | unsigned wrote_out; /* total stdout bytes */ |
78 | unsigned wrote_net; /* total net bytes */ | 78 | unsigned wrote_net; /* total net bytes */ |
79 | #endif | 79 | #endif |
80 | /* ouraddr is never NULL and goes thru three states as we progress: | 80 | /* ouraddr is never NULL and goes through three states as we progress: |
81 | 1 - local address before bind (IP/port possibly zero) | 81 | 1 - local address before bind (IP/port possibly zero) |
82 | 2 - local address after bind (port is nonzero) | 82 | 2 - local address after bind (port is nonzero) |
83 | 3 - local address after connect??/recv/accept (IP and port are nonzero) */ | 83 | 3 - local address after connect??/recv/accept (IP and port are nonzero) */ |