commit | c2544b3788f437d19e4ea998bd690d3422f467c5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Jan 22 18:42:33 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Jan 22 18:42:33 1995 +0000 |
tree | b4d94f82b3d4204dbaa082e8b10de891109739cc | |
parent | b7e79e5f9474385572e63da9eb19dde7965cd02a [diff] |
fixed comment
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;