]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 17 Apr 2002 13:49:49 +0000 (13:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 17 Apr 2002 13:49:49 +0000 (13:49 +0000)
src/marker.c

index 8b964142034c7d13aa1d29f53a80f5fb2e63a1a0..c59f9a9ccb0ddbe23782d4745f10ec3165db6a3a 100644 (file)
@@ -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.  */