changeset 9461:33942ce702fa

(verify_interval_modification): Fix comment.
author Karl Heuer <kwzh@gnu.org>
date Wed, 12 Oct 1994 02:11:34 +0000
parents 9f5fef5890c9
children 3601bf7327b2
files src/intervals.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/intervals.c	Wed Oct 12 01:39:10 1994 +0000
+++ b/src/intervals.c	Wed Oct 12 02:11:34 1994 +0000
@@ -1802,7 +1802,7 @@
 
 /* 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.  */