small typo
This commit is contained in:
parent
52b5cab584
commit
7035b3e399
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class buffer_stack
|
|||
|
||||
void pop()
|
||||
{
|
||||
// ^ ensure irator is not out-of-range
|
||||
// ^ ensure iterator is not out-of-range
|
||||
// prior calling this method
|
||||
++position_;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue