A small comment fix just to make sure I got my cvs/ssh setup right.
diff --git a/Include/objimpl.h b/Include/objimpl.h
index 3413b9a..76fab92 100644
--- a/Include/objimpl.h
+++ b/Include/objimpl.h
@@ -69,7 +69,7 @@
  * ============================
  */
 
-/* The purpose of the object allocator is to make make the distinction
+/* The purpose of the object allocator is to make the distinction
    between "object memory" and the rest within the Python heap.
    
    Object memory is the one allocated by PyObject_{New, NewVar}, i.e.