diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:58:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:58:53 +0000 |
commit | 2b34df4ebc935a834a77b930b35c4a42f7236440 (patch) | |
tree | 38a4bf160efa08af8c9879fcd4b4263945c66df8 /src/regex.c | |
parent | 040759526fbb4f10bba6e3f8c243a35bdb043032 (diff) | |
download | emacs-2b34df4ebc935a834a77b930b35c4a42f7236440.tar.gz |
Fix typos in comments.
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 91259dc7794..944ef4e0b66 100644 --- a/src/regex.c +++ b/src/regex.c @@ -2400,7 +2400,7 @@ set_image_of_range_1 (work_area, start, end, translate) #endif /* emacs */ -/* Record the the image of the range start..end when passed through +/* Record the image of the range start..end when passed through TRANSLATE. This is not necessarily TRANSLATE(start)..TRANSLATE(end) and is not even necessarily contiguous. Normally we approximate it with the smallest contiguous range that contains |