summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/methodobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/methodobject.c b/Objects/methodobject.c
index 60df302..f0685dd 100644
--- a/Objects/methodobject.c
+++ b/Objects/methodobject.c
@@ -343,7 +343,7 @@ void
_PyCFunction_DebugMallocStats(FILE *out)
{
_PyDebugAllocatorStats(out,
- "free PyCFunctionObjects",
+ "free PyCFunctionObject",
numfree, sizeof(PyCFunctionObject));
}