]> git.eshelyaron.com Git - emacs.git/commitdiff
(verify_interval_modification): Fix comment.
authorKarl Heuer <kwzh@gnu.org>
Wed, 12 Oct 1994 02:11:34 +0000 (02:11 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 12 Oct 1994 02:11:34 +0000 (02:11 +0000)
src/intervals.c

index 195285517dadc70b151e21a6bb158ba4c0278e09..25fb6e741cf57f77d4da2a587fd9318674e35807 100644 (file)
@@ -1802,7 +1802,7 @@ call_mod_hooks (list, start, end)
 
 /* Check for read-only intervals and signal an error if we find one.
    Then check for any modification hooks in the range START up to
-   (but not including) TO.  Create a list of all these hooks in
+   (but not including) END.  Create a list of all these hooks in
    lexicographic order, eliminating consecutive extra copies of the
    same hook.  Then call those hooks in order, with START and END - 1
    as arguments.  */