aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorJuanma Barranquero2009-10-04 02:58:53 +0000
committerJuanma Barranquero2009-10-04 02:58:53 +0000
commit2b34df4ebc935a834a77b930b35c4a42f7236440 (patch)
tree38a4bf160efa08af8c9879fcd4b4263945c66df8 /src/syntax.c
parent040759526fbb4f10bba6e3f8c243a35bdb043032 (diff)
downloademacs-2b34df4ebc935a834a77b930b35c4a42f7236440.tar.gz
emacs-2b34df4ebc935a834a77b930b35c4a42f7236440.zip
Fix typos in comments.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
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,