From 5eedc2aec432ba05d7e33920a035b85b1af5c0b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 14 Feb 2010 17:09:39 +0200 Subject: [PATCH] Typo --- src/network/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/io.c b/src/network/io.c index d11f0fbab5..217d971f1f 100644 --- a/src/network/io.c +++ b/src/network/io.c @@ -487,8 +487,8 @@ error: #undef net_Gets /** * Reads a line from a file descriptor. - * This function is not thread-safe; the same file descriptor cI/O annot be read - * by another thread at the same time (although it can be written to). + * This function is not thread-safe; the same file descriptor I/O cannot be + * read by another thread at the same time (although it can be written to). * * @return nul-terminated heap-allocated string, or NULL on I/O error. */ -- 2.39.2