summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-11 15:46:23 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-11 15:52:37 +0100
commit6f48b46b03cd58a541684c57e42eb4679794f0fd (patch)
treef6ce4253af17cbe08c4521bfc60d52868c41d328 /lisp/progmodes/cc-mode.el
parent014176f283aae2e0abc5138150f89afb6deb3d33 (diff)
downloademacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.gz
emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.bz2
emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.zip
; Fix typos
Diffstat (limited to 'lisp/progmodes/cc-mode.el')
-rw-r--r--lisp/progmodes/cc-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index 34ba97bb87f..fb5ef694138 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -2505,7 +2505,7 @@ with // and /*, not more generic line and block comments."
(not (eobp)))
(progn
(c-forward-over-token)
- ;; Cope with having POS withing a syntactically invalid
+ ;; Cope with having POS within a syntactically invalid
;; (...), by moving backward out of the parens and trying
;; again.
(when (and (eq (char-before) ?\))