diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:47:55 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:47:55 +0000 |
commit | e2309735baeb945bccccc6a50f32a33ecac8bc90 (patch) | |
tree | f2de7c98833f627c005b73d631d635719dd3ab3f /lisp/cedet/semantic | |
parent | e3a6b82fc7a8698217fa5fc76ef26fa078c18c6b (diff) | |
download | emacs-e2309735baeb945bccccc6a50f32a33ecac8bc90.tar.gz emacs-e2309735baeb945bccccc6a50f32a33ecac8bc90.tar.bz2 emacs-e2309735baeb945bccccc6a50f32a33ecac8bc90.zip |
Fix comment typos.
Diffstat (limited to 'lisp/cedet/semantic')
-rw-r--r-- | lisp/cedet/semantic/tag-ls.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/tag-ls.el b/lisp/cedet/semantic/tag-ls.el index 0f585c35459..4f590a59990 100644 --- a/lisp/cedet/semantic/tag-ls.el +++ b/lisp/cedet/semantic/tag-ls.el @@ -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. |