[vlc-devel] commit: Typo ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 14 16:12:51 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 14 17:09:39 2010 +0200| [5eedc2aec432ba05d7e33920a035b85b1af5c0b0] | committer: Rémi Denis-Courmont 

Typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5eedc2aec432ba05d7e33920a035b85b1af5c0b0
---

 src/network/io.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/network/io.c b/src/network/io.c
index d11f0fb..217d971 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.
  */




More information about the vlc-devel mailing list