aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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()).