]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typos.
authorGlenn Morris <rgm@gnu.org>
Thu, 1 Oct 2009 04:47:55 +0000 (04:47 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 1 Oct 2009 04:47:55 +0000 (04:47 +0000)
lisp/cedet/semantic/tag-ls.el

index 0f585c354591c3a9a3160af6c53032564e4f22b9..4f590a599902c51c6104803ced6b17a9b16164b7 100644 (file)
 
 ;;; 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.