lazymanifest: add missing closing parenthesis in comment
authorAugie Fackler <raf@durin42.com>
Thu, 31 Dec 2015 13:44:59 -0500
changeset 27608 d6aa1a8c8d7c
parent 27607 ee27d461bf5b
child 27609 ca2d4080a02e
lazymanifest: add missing closing parenthesis in comment
mercurial/manifest.c
--- a/mercurial/manifest.c	Wed Dec 30 17:10:56 2015 +0000
+++ b/mercurial/manifest.c	Thu Dec 31 13:44:59 2015 -0500
@@ -558,7 +558,7 @@
 	(objobjargproc)lazymanifest_setitem,    /* mp_ass_subscript */
 };
 
-/* sequence methods (important or __contains__ builds an iterator */
+/* sequence methods (important or __contains__ builds an iterator) */
 
 static int lazymanifest_contains(lazymanifest *self, PyObject *key)
 {