From 0c5577513f215d1b81fe62f06afe4351e18f8ceb Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 19 Jul 2018 23:27:14 -0500 Subject: Tweak/add some comments. --- toys/net/netcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/net') 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"); -- cgit v1.2.3