Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
diff --git a/Modules/_tracemalloc.c b/Modules/_tracemalloc.c
index 796ac0f..65bf7a3 100644
--- a/Modules/_tracemalloc.c
+++ b/Modules/_tracemalloc.c
@@ -516,7 +516,7 @@
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