aboutsummaryrefslogtreecommitdiff
path: root/lib/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net.c')
-rw-r--r--lib/net.c2
1 files changed, 1 insertions, 1 deletions
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)
{