mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Comment typo
This commit is contained in:
parent
e6e43c867d
commit
07bbfc6a51
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ int unicode_resize(register PyUnicodeObject *unicode,
|
||||||
|
|
||||||
/* We allocate one more byte to make sure the string is Ux0000 terminated.
|
/* We allocate one more byte to make sure the string is Ux0000 terminated.
|
||||||
The overallocation is also used by fastsearch, which assumes that it's
|
The overallocation is also used by fastsearch, which assumes that it's
|
||||||
safe to look at str[length] (without makeing any assumptions about what
|
safe to look at str[length] (without making any assumptions about what
|
||||||
it contains). */
|
it contains). */
|
||||||
|
|
||||||
oldstr = unicode->str;
|
oldstr = unicode->str;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue