changeset 80055:1f1aee9ec35e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 05 Feb 2008 14:18:48 +0000
parents 6c2c7b785da9
children 20a6490b2f90
files lisp/progmodes/cc-defs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-defs.el	Tue Feb 05 14:16:26 2008 +0000
+++ b/lisp/progmodes/cc-defs.el	Tue Feb 05 14:18:48 2008 +0000
@@ -721,7 +721,7 @@
 		  ((bobp) (setq pos (point-min)))
 		  ((not pos)
 		   (let ((distance (skip-chars-backward "^{")))
-		     ;; unbalanced parenthesis, while illegal C code,
+		     ;; unbalanced parenthesis, while invalid C code,
 		     ;; shouldn't cause an infloop!  See unbal.c
 		     (when (zerop distance)
 		       ;; Punt!