diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2003-12-05 19:36:11 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2003-12-05 19:36:11 +0000 |
commit | ee0e935bfc25d295d7895c47924d008760b009d5 (patch) | |
tree | 8d6c3777019e770b2afc328920d2358a1abada34 /src | |
parent | 1a14af3fcaf1a84f049dab9bb27bea684904ea5d (diff) | |
download | xine-lib-ee0e935bfc25d295d7895c47924d008760b009d5.tar.gz xine-lib-ee0e935bfc25d295d7895c47924d008760b009d5.tar.bz2 |
correct comment
CVS patchset: 5846
CVS date: 2003/12/05 19:36:11
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/io_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/io_helper.h b/src/xine-engine/io_helper.h index e352b474a..bcaff1b08 100644 --- a/src/xine-engine/io_helper.h +++ b/src/xine-engine/io_helper.h @@ -98,7 +98,7 @@ off_t _x_io_file_read (xine_stream_t *stream, int fd, char *buf, off_t todo); /* - * write to a tcp socket checking demux_action_pending + * write to a file descriptor checking demux_action_pending * * the fifo input plugin should use this function in order to * not freeze the engine. |