aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2008-09-14 21:26:59 +0000
committerMax Horn2008-09-14 21:26:59 +0000
commit6574b2ad184dbdec8ec180e5e9e89ce542b1cd2f (patch)
treea6646b056c122b9e80a1d781438267804fde78bb /common
parent725bd8b778046c6b3acd0b98e1fa8a05d5b732b1 (diff)
downloadscummvm-rg350-6574b2ad184dbdec8ec180e5e9e89ce542b1cd2f.tar.gz
scummvm-rg350-6574b2ad184dbdec8ec180e5e9e89ce542b1cd2f.tar.bz2
scummvm-rg350-6574b2ad184dbdec8ec180e5e9e89ce542b1cd2f.zip
Fixed a typo & clarified a comment
svn-id: r34541
Diffstat (limited to 'common')
-rw-r--r--common/stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/stream.h b/common/stream.h
index de7f1fedf6..14449a5075 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -169,10 +169,10 @@ public:
// The remaining methods all have default implementations; subclasses
- // need not (and should not) overload them.
+ // in general should not overload them.
/**
- * Read am unsigned byte from the stream and return it.
+ * Read an unsigned byte from the stream and return it.
* Performs no error checking. The return value is undefined
* if a read error occurred (for which client code can check by
* calling ioFailed()).