Mercurial > emacs
changeset 105338:916448c83293
Fix comment typos.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 01 Oct 2009 04:47:55 +0000 |
parents | 507e3735eed8 |
children | adbff0886e10 |
files | lisp/cedet/semantic/tag-ls.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cedet/semantic/tag-ls.el Thu Oct 01 04:38:52 2009 +0000 +++ b/lisp/cedet/semantic/tag-ls.el Thu Oct 01 04:47:55 2009 +0000 @@ -22,11 +22,11 @@ ;;; Commentary: ;; -;; There are some features of tags that are too langauge dependent to +;; There are some features of tags that are too language dependent to ;; put in the core `semantic-tag' functionality. For instance, the ;; protection of a tag (as specified by UML) could be almost anything. ;; In Java, it is a type specifier. In C, there is a label. This -;; informatin can be derived, and thus should not be stored in the tag +;; information can be derived, and thus should not be stored in the tag ;; itself. These are the functions that languages can use to derive ;; the information.