From 4d6603ae53fe1f2533913f4050747f89c8f34ae7 Mon Sep 17 00:00:00 2001 From: darkeye Date: Thu, 28 Mar 2002 16:41:49 +0000 Subject: [PATCH] some fixes to typos in comments --- darkice/trunk/src/FileSink.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/darkice/trunk/src/FileSink.cpp b/darkice/trunk/src/FileSink.cpp index 975207a..c6c369c 100644 --- a/darkice/trunk/src/FileSink.cpp +++ b/darkice/trunk/src/FileSink.cpp @@ -235,7 +235,7 @@ FileSink :: open ( void ) throw ( Exception ) /*------------------------------------------------------------------------------ - * Check wether read() would return anything + * Check wether the file can be written to *----------------------------------------------------------------------------*/ bool FileSink :: canWrite ( unsigned int sec, @@ -265,7 +265,7 @@ FileSink :: canWrite ( unsigned int sec, /*------------------------------------------------------------------------------ - * Read from the audio source + * Write to the FileSink *----------------------------------------------------------------------------*/ unsigned int FileSink :: write ( const void * buf, @@ -292,7 +292,7 @@ FileSink :: write ( const void * buf, /*------------------------------------------------------------------------------ - * Close the audio source + * Close the FileSink *----------------------------------------------------------------------------*/ void FileSink :: close ( void ) throw ( Exception ) @@ -313,6 +313,9 @@ FileSink :: close ( void ) throw ( Exception ) $Source$ $Log$ + Revision 1.8 2002/03/28 16:41:49 darkeye + some fixes to typos in comments + Revision 1.7 2002/02/20 11:54:11 darkeye added local dump file possibility