From 800ba2375a970ca6095465021aa4d8e72279cd9f Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Thu, 12 Aug 2004 18:19:17 +0000 Subject: This is my patch: [ 1005891 ] support --with-tsc on PPC plus a trivial change to settscdump's docstring and a Misc/NEWS entry. --- Python/sysmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/sysmodule.c') diff --git a/Python/sysmodule.c b/Python/sysmodule.c index c62b22db27..d246a5998f 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -465,7 +465,7 @@ PyDoc_STRVAR(settscdump_doc, \n\ If true, tell the Python interpreter to dump VM measurements to\n\ stderr. If false, turn off dump. The measurements are based on the\n\ -Pentium time-stamp counter." +processor's time-stamp counter." ); #endif /* TSC */ -- cgit v1.2.1