]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 14 Feb 2010 15:09:39 +0000 (17:09 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 14 Feb 2010 15:12:47 +0000 (17:12 +0200)
src/network/io.c

index d11f0fbab5d5918c572d8035d3cc1c7f6389c98b..217d971f1f6fa01670f481f4170addb4635622f3 100644 (file)
@@ -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.
  */