# HG changeset patch # User Karl Heuer # Date 781927894 0 # Node ID 33942ce702faf36027d643053ac1517aff9d2e0e # Parent 9f5fef5890c9311f7d346e9d5792a87eb688c162 (verify_interval_modification): Fix comment. diff -r 9f5fef5890c9 -r 33942ce702fa src/intervals.c --- 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. */