Commit 9376c8b5 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix typo in comment.

parent a16fd7a7
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment