mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
be8da9c990
commit
0be894b2f6
52 changed files with 70 additions and 70 deletions
|
@ -516,7 +516,7 @@ tracemalloc_realloc(void *ctx, void *ptr, size_t new_size)
|
|||
|
||||
if (tracemalloc_add_trace(ptr2, new_size) < 0) {
|
||||
/* Memory allocation failed. The error cannot be reported to
|
||||
the caller, because realloc() may already have shrinked the
|
||||
the caller, because realloc() may already have shrunk the
|
||||
memory block and so removed bytes.
|
||||
|
||||
This case is very unlikely: a hash entry has just been
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue