commit | ff70d3c8d43b3ddcd4271b662dc0a029b22bd51a | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Jun 14 01:11:03 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Jun 14 01:11:03 2001 +0000 |
tree | d5a59a52a25b2673d979b67a98dd7d5533579f8b | |
parent | e7c1f9b8228c61131bd39ad93baf2fa7caa792c0 [diff] |
Fixed typo in comment.
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index 6e2208e..1a95e76 100644 --- a/Modules/_testcapimodule.c +++ b/Modules/_testcapimodule.c
@@ -174,7 +174,7 @@ /* Tests of PyLong_{As, From}{Unsigned,}Long(), and (#ifdef HAVE_LONG_LONG) - PyLong_{As, From}{Unsigned,}LongLong()/ + PyLong_{As, From}{Unsigned,}LongLong(). Note that the meat of the test is contained in testcapi_long.h. This is revolting, but delicate code duplication is worse: "almost