]> granicus.if.org Git - python/commitdiff
Comment typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 6 Feb 2003 15:22:49 +0000 (15:22 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 6 Feb 2003 15:22:49 +0000 (15:22 +0000)
Objects/typeobject.c

index d2e9b87be72e6ec1210eddbadd4c9d48be8acb52..01eb7069f1dc5b61d7275111b1dd9e7ccb893d3c 100644 (file)
@@ -640,7 +640,7 @@ subtype_dealloc(PyObject *self)
        /* We get here only if the type has GC */
 
        /* UnTrack and re-Track around the trashcan macro, alas */
-       /* See explanation at end of funtion for full disclosure */
+       /* See explanation at end of function for full disclosure */
        PyObject_GC_UnTrack(self);
        ++_PyTrash_delete_nesting;
        Py_TRASHCAN_SAFE_BEGIN(self);