]> granicus.if.org Git - python/commitdiff
Typo in comment.
authorTim Peters <tim.peters@gmail.com>
Sun, 23 Mar 2003 18:06:08 +0000 (18:06 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 23 Mar 2003 18:06:08 +0000 (18:06 +0000)
Objects/object.c

index 0a8d2f12a76e4718cd9886b02cc804116af74e46..1a1d1d2a847b3dfc75c83fbfae53c49235d7ca37 100644 (file)
@@ -29,7 +29,7 @@ static PyObject refchain = {&refchain, &refchain};
  * force is false amd _ob_prev or _ob_next are non-NULL, do nothing.
  * force should be true if and only if op points to freshly allocated,
  * uninitialized memory, or you've unlinked op from the list and are
- * relinking it into the font.
+ * relinking it into the front.
  * Note that objects are normally added to the list via _Py_NewReference,
  * which is called by PyObject_Init.  Not all objects are initialized that
  * way, though; exceptions include statically allocated type objects, and