From 0fb2fc4a1d75dfddeb5bb56d3ca7c5b22511fc29 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 8 Dec 2005 16:12:25 +0000 Subject: [PATCH] Fixed a typo in a comment. --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.c b/io.c index 1faa9162..439f717b 100644 --- a/io.c +++ b/io.c @@ -1015,7 +1015,7 @@ static void sleep_for_bwlimit(int bytes_written) /* Write len bytes to the file descriptor fd, looping as necessary to get - * the job done and also (in certain circumstnces) reading any data on + * the job done and also (in certain circumstances) reading any data on * msg_fd_in to avoid deadlock. * * This function underlies the multiplexing system. The body of the -- 2.34.1