correct typo

svn-id: r49270
This commit is contained in:
Max Horn 2010-05-27 20:59:15 +00:00
parent d2513c9cc2
commit bbaf98127d

View file

@ -156,7 +156,7 @@ public:
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.
*/