# HG changeset patch # User Glenn Morris # Date 1254372475 0 # Node ID 916448c832937b7eb9eade5b715a00538585ea19 # Parent 507e3735eed8231d0b3736573743ed1035846a9e Fix comment typos. diff -r 507e3735eed8 -r 916448c83293 lisp/cedet/semantic/tag-ls.el --- 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.