summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-22 18:42:33 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-22 18:42:33 (GMT)
commitc2544b3788f437d19e4ea998bd690d3422f467c5 (patch)
treeb4d94f82b3d4204dbaa082e8b10de891109739cc /Mac
parentb7e79e5f9474385572e63da9eb19dde7965cd02a (diff)
downloadcpython-c2544b3788f437d19e4ea998bd690d3422f467c5.zip
cpython-c2544b3788f437d19e4ea998bd690d3422f467c5.tar.gz
cpython-c2544b3788f437d19e4ea998bd690d3422f467c5.tar.bz2
fixed comment
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Python/macguesstabsize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macguesstabsize.c b/Mac/Python/macguesstabsize.c
index 70314f6..ec4af3d 100644
--- a/Mac/Python/macguesstabsize.c
+++ b/Mac/Python/macguesstabsize.c
@@ -5,7 +5,7 @@
#include <string.h>
-/* Interface used by tokenizer.c */
+/* Interface used by parsetok.c */
guesstabsize(path)
char *path;