[Python-checkins] cpython (2.7): Fix typo in comment.

raymond.hettinger python-checkins at python.org
Sat Aug 2 08:51:57 CEST 2014


http://hg.python.org/cpython/rev/133ee2b48e52
changeset:   91960:133ee2b48e52
branch:      2.7
parent:      91955:99718bc17109
user:        Raymond Hettinger <python at rcn.com>
date:        Fri Aug 01 23:51:51 2014 -0700
summary:
  Fix typo in comment.

files:
  Objects/classobject.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Objects/classobject.c b/Objects/classobject.c
--- a/Objects/classobject.c
+++ b/Objects/classobject.c
@@ -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;

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list