summaryrefslogtreecommitdiffstats
path: root/Objects/obmalloc.c
diff options
context:
space:
mode:
authorLeo Arias <leo.arias@canonical.com>2018-02-04 00:36:10 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-02-04 00:36:10 (GMT)
commitc3d9508ff22ece9a96892b628dd5813e2fb0cd80 (patch)
tree56271a3b3e3681e47e97ec2dca926bc9cb891a5e /Objects/obmalloc.c
parent589c718a8e3bde017350f248f7f1c009240eb52b (diff)
downloadcpython-c3d9508ff22ece9a96892b628dd5813e2fb0cd80.zip
cpython-c3d9508ff22ece9a96892b628dd5813e2fb0cd80.tar.gz
cpython-c3d9508ff22ece9a96892b628dd5813e2fb0cd80.tar.bz2
bpo-32746: Fix multiple typos (GH-5144)
Fix typos found by codespell in docs, docstrings, and comments.
Diffstat (limited to 'Objects/obmalloc.c')
-rw-r--r--Objects/obmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c
index 0b8816c..0e485d6 100644
--- a/Objects/obmalloc.c
+++ b/Objects/obmalloc.c
@@ -2469,7 +2469,7 @@ pool_is_in_list(const poolp target, poolp list)
* checks.
*
* Return 0 if the memory debug hooks are not installed or no statistics was
- * writen into out, return 1 otherwise.
+ * written into out, return 1 otherwise.
*/
int
_PyObject_DebugMallocStats(FILE *out)