aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.h b/common/file.h
index a9d2a09c61..43392ba7fa 100644
--- a/common/file.h
+++ b/common/file.h
@@ -103,7 +103,7 @@ public:
*
* @param stream a pointer to a SeekableReadStream, or 0
* @param name a string describing the 'file' corresponding to stream
- * @return true if stream was 0, false otherwise
+ * @return true if stream was non-zero, false otherwise
*/
virtual bool open(SeekableReadStream *stream, const Common::String &name);