diff options
| -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 @@ | |||
| 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 | ||