aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-10-04 02:58:53 +0000
committerJuanma Barranquero2009-10-04 02:58:53 +0000
commit2b34df4ebc935a834a77b930b35c4a42f7236440 (patch)
tree38a4bf160efa08af8c9879fcd4b4263945c66df8
parent040759526fbb4f10bba6e3f8c243a35bdb043032 (diff)
downloademacs-2b34df4ebc935a834a77b930b35c4a42f7236440.tar.gz
emacs-2b34df4ebc935a834a77b930b35c4a42f7236440.zip
Fix typos in comments.
-rw-r--r--src/insdel.c2
-rw-r--r--src/regex.c2
-rw-r--r--src/syntax.c2
-rw-r--r--src/term.c4
-rw-r--r--src/unexec.c2
-rw-r--r--src/xdisp.c2
-rw-r--r--src/xfns.c2
7 files changed, 8 insertions, 8 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)
199 QUIT; 199 QUIT;
200} 200}
201 201
202/* Move the gap to a position greater than than the current GPT. 202/* Move the gap to a position greater than the current GPT.
203 BYTEPOS describes the new position as a byte position, 203 BYTEPOS describes the new position as a byte position,
204 and CHARPOS is the corresponding char position. */ 204 and CHARPOS is the corresponding char position. */
205 205
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)
2400 2400
2401#endif /* emacs */ 2401#endif /* emacs */
2402 2402
2403/* Record the the image of the range start..end when passed through 2403/* Record the image of the range start..end when passed through
2404 TRANSLATE. This is not necessarily TRANSLATE(start)..TRANSLATE(end) 2404 TRANSLATE. This is not necessarily TRANSLATE(start)..TRANSLATE(end)
2405 and is not even necessarily contiguous. 2405 and is not even necessarily contiguous.
2406 Normally we approximate it with the smallest contiguous range that contains 2406 Normally we approximate it with the smallest contiguous range that contains
diff --git a/src/syntax.c b/src/syntax.c
index 6fa20c458ba..d84e62ea257 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -341,7 +341,7 @@ dec_bytepos (bytepos)
341 return bytepos; 341 return bytepos;
342} 342}
343 343
344/* Return a defun-start position before before POS and not too far before. 344/* Return a defun-start position before POS and not too far before.
345 It should be the last one before POS, or nearly the last. 345 It should be the last one before POS, or nearly the last.
346 346
347 When open_paren_in_column_0_is_defun_start is nonzero, 347 When open_paren_in_column_0_is_defun_start is nonzero,
diff --git a/src/term.c b/src/term.c
index 0d0095785e3..d5855b4cbf6 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1808,8 +1808,8 @@ append_composite_glyph (it)
1808 1808
1809/* Produce a composite glyph for iterator IT. IT->cmp_id is the ID of 1809/* Produce a composite glyph for iterator IT. IT->cmp_id is the ID of
1810 the composition. We simply produces components of the composition 1810 the composition. We simply produces components of the composition
1811 assuming that that the terminal has a capability to layout/render 1811 assuming that the terminal has a capability to layout/render it
1812 it correctly. */ 1812 correctly. */
1813 1813
1814static void 1814static void
1815produce_composite_glyph (it) 1815produce_composite_glyph (it)
diff --git a/src/unexec.c b/src/unexec.c
index 676197b77b3..a6852af7d07 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -498,7 +498,7 @@ write_segment (new, ptr, end)
498 ) 498 )
499 { 499 {
500 /* Write only a page of zeros at once, 500 /* Write only a page of zeros at once,
501 so that we we don't overshoot the start 501 so that we don't overshoot the start
502 of the valid memory in the old data segment. */ 502 of the valid memory in the old data segment. */
503 if (nwrite > pagesize) 503 if (nwrite > pagesize)
504 nwrite = pagesize; 504 nwrite = pagesize;
diff --git a/src/xdisp.c b/src/xdisp.c
index 017d4ce86fd..07a2127b2d3 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -22711,7 +22711,7 @@ x_update_cursor (f, on_p)
22711/* EXPORT: 22711/* EXPORT:
22712 Clear the cursor of window W to background color, and mark the 22712 Clear the cursor of window W to background color, and mark the
22713 cursor as not shown. This is used when the text where the cursor 22713 cursor as not shown. This is used when the text where the cursor
22714 is is about to be rewritten. */ 22714 is about to be rewritten. */
22715 22715
22716void 22716void
22717x_clear_cursor (w) 22717x_clear_cursor (w)
diff --git a/src/xfns.c b/src/xfns.c
index 49a9c50f160..87ff21b7759 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2953,7 +2953,7 @@ x_make_gc (f)
2953} 2953}
2954 2954
2955 2955
2956/* Free what was was allocated in x_make_gc. */ 2956/* Free what was allocated in x_make_gc. */
2957 2957
2958void 2958void
2959x_free_gcs (f) 2959x_free_gcs (f)