aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-08-08 07:34:30 +0000
committerGlenn Morris <[email protected]>2007-08-08 07:34:30 +0000
commite7f767c25e3d7abd0a456c838d8c1747649aebff (patch)
tree8f51a8c12c1debf706eeb47e04368fa80451e60c /lisp/progmodes/cc-engine.el
parent3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (diff)
Replace `iff' in doc-strings and 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 44463a07f1..97dcc61460 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -5116,7 +5116,7 @@ comment at the start of cc-engine.el for more info."
;; Foo::Foo (int b) : Base (b) {}
;; car ^ ^ point
;;
- ;; The cdr of the return value is non-nil iff a
+ ;; The cdr of the return value is non-nil if a
;; `c-typedef-decl-kwds' specifier is found in the declaration,
;; i.e. the declared identifier(s) are types.
;;