[Scummvm-cvs-logs] SF.net SVN: scummvm:[49270] scummvm/trunk/common/stream.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu May 27 22:59:16 CEST 2010


Revision: 49270
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49270&view=rev
Author:   fingolfin
Date:     2010-05-27 20:59:15 +0000 (Thu, 27 May 2010)

Log Message:
-----------
correct typo

Modified Paths:
--------------
    scummvm/trunk/common/stream.h

Modified: scummvm/trunk/common/stream.h
===================================================================
--- scummvm/trunk/common/stream.h	2010-05-27 20:53:37 UTC (rev 49269)
+++ scummvm/trunk/common/stream.h	2010-05-27 20:59:15 UTC (rev 49270)
@@ -156,7 +156,7 @@
 class ReadStream : virtual public Stream {
 public:
 	/**
-	 * Returns true if a read failed because the stream has been reached.
+	 * Returns true if a read failed because the stream end has been reached.
 	 * This flag is cleared by clearErr().
 	 * For a SeekableReadStream, it is also cleared by a successful seek.
 	 */


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list