aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2002-04-17 13:49:49 +0000
committerJuanma Barranquero2002-04-17 13:49:49 +0000
commit3f67ae94e0f031d289b86e340c2c7e41a053094a (patch)
tree7786a187ddd6cd7b26673d44baf8baa5bd1612b8 /src
parentac431108e389d1cd8661ede968982cdeba955733 (diff)
downloademacs-3f67ae94e0f031d289b86e340c2c7e41a053094a.tar.gz
emacs-3f67ae94e0f031d289b86e340c2c7e41a053094a.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/marker.c2
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)
49/* Converting between character positions and byte positions. */ 49/* Converting between character positions and byte positions. */
50 50
51/* There are several places in the buffer where we know 51/* There are several places in the buffer where we know
52 the corrspondence: BEG, BEGV, PT, GPT, ZV and Z, 52 the correspondence: BEG, BEGV, PT, GPT, ZV and Z,
53 and everywhere there is a marker. So we find the one of these places 53 and everywhere there is a marker. So we find the one of these places
54 that is closest to the specified position, and scan from there. */ 54 that is closest to the specified position, and scan from there. */
55 55