From 42af2e52e771dd7bf8be6fd1119520d492bb4b3f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 22 Feb 2019 19:37:24 -0800 Subject: Bumper typo cleanup. Inspired by some of the small patches that have gone by recently. Limited to only things found in `generated/help.h`, plus a wider cleanup for the more common "milisecond" typo. --- lib/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net.c') diff --git a/lib/net.c b/lib/net.c index 1837c07e..2bb720a4 100644 --- a/lib/net.c +++ b/lib/net.c @@ -84,7 +84,7 @@ int xpoll(struct pollfd *fds, int nfds, int timeout) } // Loop forwarding data from in1 to out1 and in2 to out2, handling -// half-connection shutdown. timeouts return if no data for X miliseconds. +// half-connection shutdown. timeouts return if no data for X ms. // Returns 0: both closed, 1 shutdown_timeout, 2 timeout int pollinate(int in1, int in2, int out1, int out2, int timeout, int shutdown_timeout) { -- cgit v1.2.3