summaryrefslogtreecommitdiff
path: root/lisp/obsolete
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/obsolete')
-rw-r--r--lisp/obsolete/c-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/c-mode.el b/lisp/obsolete/c-mode.el
index 7224f251ecf..bcbebe03404 100644
--- a/lisp/obsolete/c-mode.el
+++ b/lisp/obsolete/c-mode.el
@@ -1120,7 +1120,7 @@ Otherwise return nil and don't move point."
(setq done 'succeed)
;; Otherwise, if we skipped a semicolon, we lose.
;; (Exception: we can skip one semicolon before getting
- ;; to a the last token of the statement, unless that token
+ ;; to the last token of the statement, unless that token
;; is a close brace.)
(if (save-excursion
(forward-sexp 1)