From: Guido van Rossum Date: Sun, 22 Jan 1995 18:42:33 +0000 (+0000) Subject: fixed comment X-Git-Tag: v1.2b3~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2544b3788f437d19e4ea998bd690d3422f467c5;p=thirdparty%2FPython%2Fcpython.git fixed comment --- diff --git a/Mac/Python/macguesstabsize.c b/Mac/Python/macguesstabsize.c index 70314f6bbc27..ec4af3d69958 100644 --- a/Mac/Python/macguesstabsize.c +++ b/Mac/Python/macguesstabsize.c @@ -5,7 +5,7 @@ #include -/* Interface used by tokenizer.c */ +/* Interface used by parsetok.c */ guesstabsize(path) char *path;