Typo in comment.
diff --git a/Modules/cPickle.c b/Modules/cPickle.c
index a3a07b2..6f09c17 100644
--- a/Modules/cPickle.c
+++ b/Modules/cPickle.c
@@ -3775,7 +3775,7 @@
 		return -1;
 	}
 	/* Since the extension registry is manipulable via Python code,
-	 * confirm that obj is really a 2-tuple of strings.
+	 * confirm that pair is really a 2-tuple of strings.
 	 */
 	if (!PyTuple_Check(pair) || PyTuple_Size(pair) != 2 ||
 	    !PyString_Check(module_name = PyTuple_GET_ITEM(pair, 0)) ||