Fixed a typo & clarified a comment
svn-id: r34541
This commit is contained in:
parent
725bd8b778
commit
6574b2ad18
1 changed files with 2 additions and 2 deletions
|
@ -169,10 +169,10 @@ public:
|
||||||
|
|
||||||
|
|
||||||
// The remaining methods all have default implementations; subclasses
|
// 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
|
* Performs no error checking. The return value is undefined
|
||||||
* if a read error occurred (for which client code can check by
|
* if a read error occurred (for which client code can check by
|
||||||
* calling ioFailed()).
|
* calling ioFailed()).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue