aboutsummaryrefslogtreecommitdiff
path: root/toys/net/netcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/net/netcat.c')
-rw-r--r--toys/net/netcat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/net/netcat.c b/toys/net/netcat.c
index cabc7e80..039b1944 100644
--- a/toys/net/netcat.c
+++ b/toys/net/netcat.c
@@ -108,7 +108,7 @@ void netcat_main(void)
set_alarm(TT.wait);
// The argument parsing logic can't make "<2" conditional on other
- // arguments like -f and -l, so we do it by hand here.
+ // arguments like -f and -l, so do it by hand here.
if ((toys.optflags&FLAG_f) ? toys.optc :
(!(toys.optflags&(FLAG_l|FLAG_L)) && toys.optc!=2))
help_exit("bad argument count");