[vlc-devel] commit: Fix misleading comment ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Jul 5 13:30:27 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jul 5 14:32:37 2008 +0300| [02c5f252933ad78cc81f0710252e80880526fd29]
Fix misleading comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02c5f252933ad78cc81f0710252e80880526fd29
---
modules/access/tcp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/tcp.c b/modules/access/tcp.c
index 7784b6f..6b3a0a7 100644
--- a/modules/access/tcp.c
+++ b/modules/access/tcp.c
@@ -135,7 +135,7 @@ static void Close( vlc_object_t *p_this )
}
/*****************************************************************************
- * Read: read on a file descriptor, checking b_die periodically
+ * Read: read on a file descriptor
*****************************************************************************/
static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
{
More information about the vlc-devel
mailing list