diff options
author | Max Horn | 2008-09-14 21:26:59 +0000 |
---|---|---|
committer | Max Horn | 2008-09-14 21:26:59 +0000 |
commit | 6574b2ad184dbdec8ec180e5e9e89ce542b1cd2f (patch) | |
tree | a6646b056c122b9e80a1d781438267804fde78bb | |
parent | 725bd8b778046c6b3acd0b98e1fa8a05d5b732b1 (diff) | |
download | scummvm-rg350-6574b2ad184dbdec8ec180e5e9e89ce542b1cd2f.tar.gz scummvm-rg350-6574b2ad184dbdec8ec180e5e9e89ce542b1cd2f.tar.bz2 scummvm-rg350-6574b2ad184dbdec8ec180e5e9e89ce542b1cd2f.zip |
Fixed a typo & clarified a comment
svn-id: r34541
-rw-r--r-- | common/stream.h | 4 |
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()). |