mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 15:55:45 +00:00
JANITORIAL: Fix extremly typo in stack.h
This commit is contained in:
parent
39f3b632d5
commit
a56c9f6f43
@ -37,7 +37,7 @@ namespace Common {
|
||||
*/
|
||||
|
||||
/**
|
||||
* Extremly simple fixed size stack class.
|
||||
* Extremely simple fixed size stack class.
|
||||
*/
|
||||
template<class T, uint MAX_SIZE = 10>
|
||||
class FixedStack {
|
||||
|
Loading…
x
Reference in New Issue
Block a user