Pluralss only need one s, not 2 (intss -> ints)
diff --git a/Objects/intobject.c b/Objects/intobject.c
index 9158aa4..e313954 100644
--- a/Objects/intobject.c
+++ b/Objects/intobject.c
@@ -1378,7 +1378,7 @@
 	}
 	else {
 		fprintf(stderr,
-			": %" PY_FORMAT_SIZE_T "d unfreed ints%s in %"
+			": %" PY_FORMAT_SIZE_T "d unfreed int%s in %"
 			PY_FORMAT_SIZE_T "d out of %"
 			PY_FORMAT_SIZE_T "d block%s\n",
 			isum, isum == 1 ? "" : "s",