diff src/buffer.c @ 39337:b20b329387f5

Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 18 Sep 2001 13:51:22 +0000
parents 7af35736264f
children 6d9fa06012a6
line wrap: on
line diff
--- a/src/buffer.c	Tue Sep 18 12:26:10 2001 +0000
+++ b/src/buffer.c	Tue Sep 18 13:51:22 2001 +0000
@@ -3556,7 +3556,7 @@
   Fset_marker (OVERLAY_START (overlay), Qnil, Qnil);
   Fset_marker (OVERLAY_END   (overlay), Qnil, Qnil);
 
-  /* WHen deleting on overlay with before or after strings, turn off
+  /* When deleting an overlay with before or after strings, turn off
      display optimizations for the affected buffer, on the basis that
      these strings may contain newlines.  This is easier to do than to
      check for that situation during redisplay.  */