From 6a7b3a77b4b2be0badd24ee5f0fdbaa2e0e79c3d Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 17 Apr 2016 08:32:47 +0300 Subject: Issue #26778: Fixed "a/an/and" typos in code comment and documentation. --- Modules/_tracemalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_tracemalloc.c') diff --git a/Modules/_tracemalloc.c b/Modules/_tracemalloc.c index 60c1b063ac..796ac0fa33 100644 --- a/Modules/_tracemalloc.c +++ b/Modules/_tracemalloc.c @@ -519,7 +519,7 @@ tracemalloc_realloc(void *ctx, void *ptr, size_t new_size) the caller, because realloc() may already have shrinked the memory block and so removed bytes. - This case is very unlikely: an hash entry has just been + This case is very unlikely: a hash entry has just been released, so the hash table should have at least one free entry. The GIL and the table lock ensures that only one thread is -- cgit v1.2.1