Kaydet (Commit) e3383b8e authored tarafından Benjamin Peterson's avatar Benjamin Peterson

spelling

üst c98efe05
...@@ -943,7 +943,7 @@ tok_backup(register struct tok_state *tok, register int c) ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment