]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-engine.el
Spelling and grammar fixes
[gnu-emacs] / lisp / progmodes / cc-engine.el
index 9e9bee8752f4aac812044094637a344f2768af02..acc2eddff735b93e357bf0d8f20145d34f2410d8 100644 (file)
@@ -8065,7 +8065,7 @@ brace.
 Note that this function might do hidden buffer changes.  See the
 comment at the start of cc-engine.el for more info."
   ;; Note to maintainers: this function consumes a great mass of CPU cycles.
-  ;; It's use should thus be minimised as far as possible.
+  ;; Its use should thus be minimized as far as possible.
   (let ((paren-state (c-parse-state)))
     (or (not (c-most-enclosing-brace paren-state))
        (c-search-uplist-for-classkey paren-state))))