diff options
Diffstat (limited to 'Objects/obmalloc.c')
-rw-r--r-- | Objects/obmalloc.c | 2 |
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) |