mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
Fixed a typo & clarified a comment
svn-id: r34541
This commit is contained in:
parent
725bd8b778
commit
6574b2ad18
@ -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()).
|
||||
|
Loading…
x
Reference in New Issue
Block a user