diff options
author | Guido van Rossum <guido@python.org> | 1995-01-22 18:42:33 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-22 18:42:33 +0000 |
commit | c2544b3788f437d19e4ea998bd690d3422f467c5 (patch) | |
tree | b4d94f82b3d4204dbaa082e8b10de891109739cc /Mac/Python | |
parent | b7e79e5f9474385572e63da9eb19dde7965cd02a (diff) | |
download | cpython-git-c2544b3788f437d19e4ea998bd690d3422f467c5.tar.gz |
fixed comment
Diffstat (limited to 'Mac/Python')
-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 70314f6bbc..ec4af3d699 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; |