Commit 8e38c5fb authored by Stefan Behnel's avatar Stefan Behnel

fix some typos in comment

parent 5f52b83a
......@@ -19,7 +19,7 @@ cdef int next_counter():
cdef class Collector:
# Indirectly trigger garbage collection in SimpleGarbage deallocation.
# The __dealloc__ method of SimpleGarbage won't trigger the bug as the
# refcount is artifitially inflated for the durration of that function.
# refcount is artificially inflated for the duration of that function.
def __dealloc__(self):
print "Collector.__dealloc__"
print "collect", gc.collect()
......
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