Mercurial > emacs
diff lisp/cedet/semantic/lex.el @ 106837:855f55740303
Fix typos in comments.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 14 Jan 2010 19:37:23 +0100 |
parents | 1d1d5d9bd884 |
children | 93141d34a175 376148b31b5e |
line wrap: on
line diff
--- a/lisp/cedet/semantic/lex.el Thu Jan 14 19:29:36 2010 +0100 +++ b/lisp/cedet/semantic/lex.el Thu Jan 14 19:37:23 2010 +0100 @@ -900,7 +900,7 @@ Optional STR is the string for the token only if the bounds in the buffer do not cover the string they represent. (As from macro expansion.)" - ;; This if statement checks the existance of a STR argument at + ;; This if statement checks the existence of a STR argument at ;; compile time, where STR is some symbol or constant. If the ;; variable STr (runtime) is nil, this will make an incorrect decision. ;;