summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/insdel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 18a2d6e11b6..983e14eb7fb 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -646,7 +646,7 @@ del_range_1 (from, to, prepare)
adjust_markers (to + GAP_SIZE, to + GAP_SIZE, - numdel - GAP_SIZE);
/* Adjust the overlay center as needed. This must be done after
- adjusting the markers that bound the overlays. */
+ adjusting the markers that bound the overlays. */
adjust_overlays_for_delete (from, numdel);
GAP_SIZE += numdel;