summaryrefslogtreecommitdiff
path: root/src/insdel.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-10-04 02:58:53 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-10-04 02:58:53 +0000
commit2b34df4ebc935a834a77b930b35c4a42f7236440 (patch)
tree38a4bf160efa08af8c9879fcd4b4263945c66df8 /src/insdel.c
parent040759526fbb4f10bba6e3f8c243a35bdb043032 (diff)
downloademacs-2b34df4ebc935a834a77b930b35c4a42f7236440.tar.gz
Fix typos in comments.
Diffstat (limited to 'src/insdel.c')
-rw-r--r--src/insdel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index f94f4f0067b..eaf899c8a0e 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -199,7 +199,7 @@ gap_left (EMACS_INT charpos, EMACS_INT bytepos, int newgap)
QUIT;
}
-/* Move the gap to a position greater than than the current GPT.
+/* Move the gap to a position greater than the current GPT.
BYTEPOS describes the new position as a byte position,
and CHARPOS is the corresponding char position. */