aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-10-01 04:47:55 +0000
committerGlenn Morris2009-10-01 04:47:55 +0000
commite2309735baeb945bccccc6a50f32a33ecac8bc90 (patch)
treef2de7c98833f627c005b73d631d635719dd3ab3f
parente3a6b82fc7a8698217fa5fc76ef26fa078c18c6b (diff)
downloademacs-e2309735baeb945bccccc6a50f32a33ecac8bc90.tar.gz
emacs-e2309735baeb945bccccc6a50f32a33ecac8bc90.zip
Fix comment typos.
-rw-r--r--lisp/cedet/semantic/tag-ls.el4
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 @@
22 22
23;;; Commentary: 23;;; Commentary:
24;; 24;;
25;; There are some features of tags that are too langauge dependent to 25;; There are some features of tags that are too language dependent to
26;; put in the core `semantic-tag' functionality. For instance, the 26;; put in the core `semantic-tag' functionality. For instance, the
27;; protection of a tag (as specified by UML) could be almost anything. 27;; protection of a tag (as specified by UML) could be almost anything.
28;; In Java, it is a type specifier. In C, there is a label. This 28;; In Java, it is a type specifier. In C, there is a label. This
29;; informatin can be derived, and thus should not be stored in the tag 29;; information can be derived, and thus should not be stored in the tag
30;; itself. These are the functions that languages can use to derive 30;; itself. These are the functions that languages can use to derive
31;; the information. 31;; the information.
32 32