summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-10-04 02:11:57 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-10-04 02:11:57 +0000
commitb4dc7d98882432c9c14c0edb91021bb4868f185e (patch)
treedbf2524c7a53feb3b68673621be1550307f94087 /lisp/progmodes/cc-engine.el
parenta30e71aee84b52e1de298a29a96888150711e4a5 (diff)
downloademacs-b4dc7d98882432c9c14c0edb91021bb4868f185e.tar.gz
Fix typos in comments.
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r--lisp/progmodes/cc-engine.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 0b631d47d77..2c71b360748 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -4382,7 +4382,7 @@ comment at the start of cc-engine.el for more info."
(defun c-forward-<>-arglist (all-types)
;; The point is assumed to be at a "<". Try to treat it as the open
- ;; paren of an angle bracket arglist and move forward to the the
+ ;; paren of an angle bracket arglist and move forward to the
;; corresponding ">". If successful, the point is left after the
;; ">" and t is returned, otherwise the point isn't moved and nil is
;; returned. If ALL-TYPES is t then all encountered arguments in