]> granicus.if.org Git - python/commitdiff
Fix typo in comment.
authorRaymond Hettinger <python@rcn.com>
Sat, 2 Aug 2014 06:51:51 +0000 (23:51 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 2 Aug 2014 06:51:51 +0000 (23:51 -0700)
Objects/classobject.c

index 2c9c21694e487b56acf5b34fb917d095281f38c6..636d17831d15b7996ef7db68b710dcfb2f9c3581 100644 (file)
@@ -4,7 +4,7 @@
 #include "Python.h"
 #include "structmember.h"
 
-/* Free list for method objects to safe malloc/free overhead
+/* Free list for method objects to save malloc/free overhead
  * The im_self element is used to chain the elements.
  */
 static PyMethodObject *free_list;