emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/cedet/semantic tag-ls.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/cedet/semantic tag-ls.el
Date: Thu, 01 Oct 2009 04:47:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/01 04:47:55

Modified files:
        lisp/cedet/semantic: tag-ls.el 

Log message:
        Fix comment typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/semantic/tag-ls.el?cvsroot=emacs&r1=1.3&r2=1.4

Patches:
Index: tag-ls.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/semantic/tag-ls.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- tag-ls.el   29 Sep 2009 07:18:31 -0000      1.3
+++ tag-ls.el   1 Oct 2009 04:47:55 -0000       1.4
@@ -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.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]