From: Juanma Barranquero Date: Wed, 17 Apr 2002 13:49:49 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: ttn-vms-21-2-B4~15563 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f67ae94e0f031d289b86e340c2c7e41a053094a;p=emacs.git Fix typo in comment. --- 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. */