diff options
author | Guido van Rossum <guido@python.org> | 1995-01-22 18:42:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-22 18:42:33 (GMT) |
commit | c2544b3788f437d19e4ea998bd690d3422f467c5 (patch) | |
tree | b4d94f82b3d4204dbaa082e8b10de891109739cc /Mac/Python/macguesstabsize.c | |
parent | b7e79e5f9474385572e63da9eb19dde7965cd02a (diff) | |
download | cpython-c2544b3788f437d19e4ea998bd690d3422f467c5.zip cpython-c2544b3788f437d19e4ea998bd690d3422f467c5.tar.gz cpython-c2544b3788f437d19e4ea998bd690d3422f467c5.tar.bz2 |
fixed comment
Diffstat (limited to 'Mac/Python/macguesstabsize.c')
-rw-r--r-- | Mac/Python/macguesstabsize.c | 2 |
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; |