From: RĂ©mi Denis-Courmont Date: Sun, 14 Feb 2010 15:09:39 +0000 (+0200) Subject: Typo X-Git-Tag: 1.1.0-ff~47 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5eedc2aec432ba05d7e33920a035b85b1af5c0b0;p=vlc Typo --- 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. */