diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-04-17 13:49:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-04-17 13:49:49 +0000 |
commit | 3f67ae94e0f031d289b86e340c2c7e41a053094a (patch) | |
tree | 7786a187ddd6cd7b26673d44baf8baa5bd1612b8 /src/marker.c | |
parent | ac431108e389d1cd8661ede968982cdeba955733 (diff) | |
download | emacs-3f67ae94e0f031d289b86e340c2c7e41a053094a.tar.gz |
Fix typo in comment.
Diffstat (limited to 'src/marker.c')
-rw-r--r-- | src/marker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.c b/src/marker.c index 8b964142034..c59f9a9ccb0 100644 --- a/src/marker.c +++ b/src/marker.c @@ -49,7 +49,7 @@ clear_charpos_cache (b) /* Converting between character positions and byte positions. */ /* There are several places in the buffer where we know - the corrspondence: BEG, BEGV, PT, GPT, ZV and Z, + the correspondence: BEG, BEGV, PT, GPT, ZV and Z, and everywhere there is a marker. So we find the one of these places that is closest to the specified position, and scan from there. */ |