mirror of https://github.com/python/cpython
spelling
This commit is contained in:
parent
c98efe0500
commit
e3383b8e8f
|
@ -943,7 +943,7 @@ tok_backup(register struct tok_state *tok, register int c)
|
||||||
{
|
{
|
||||||
if (c != EOF) {
|
if (c != EOF) {
|
||||||
if (--tok->cur < tok->buf)
|
if (--tok->cur < tok->buf)
|
||||||
Py_FatalError("tok_backup: begin of buffer");
|
Py_FatalError("tok_backup: beginning of buffer");
|
||||||
if (*tok->cur != c)
|
if (*tok->cur != c)
|
||||||
*tok->cur = c;
|
*tok->cur = c;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue