From 3f67ae94e0f031d289b86e340c2c7e41a053094a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 17 Apr 2002 13:49:49 +0000 Subject: [PATCH] Fix typo in comment. --- src/marker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2