From 6574b2ad184dbdec8ec180e5e9e89ce542b1cd2f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 14 Sep 2008 21:26:59 +0000 Subject: [PATCH] Fixed a typo & clarified a comment svn-id: r34541 --- common/stream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/stream.h b/common/stream.h index de7f1fedf6e..14449a5075b 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()).