From c2544b3788f437d19e4ea998bd690d3422f467c5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 22 Jan 1995 18:42:33 +0000 Subject: [PATCH] fixed comment --- Mac/Python/macguesstabsize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;