emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Modified files:
        lisp/cedet/semantic: bovine.el 

Log message:
        Fix comment typo.

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

Patches:
Index: bovine.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/semantic/bovine.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- bovine.el   29 Sep 2009 07:18:31 -0000      1.3
+++ bovine.el   1 Oct 2009 04:24:04 -0000       1.4
@@ -22,13 +22,13 @@
 
 ;;; Commentary:
 ;;
-;; Semantix 1.x uses an LL parser named the "bovinator".  This parser
+;; Semantic 1.x uses an LL parser named the "bovinator".  This parser
 ;; had several conveniences in it which made for parsing tags out of
 ;; languages with list characters easy.  This parser lives on as one
 ;; of many available parsers for semantic the tool.
 ;;
 ;; This parser should be used when the language is simple, such as
-;; makefiles or other data-declaritive langauges.
+;; makefiles or other data-declarative languages.
 
 ;;; Code:
 (require 'semantic)




reply via email to

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