]> code.delx.au - gnu-emacs/commitdiff
Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Thu, 1 Oct 2009 04:24:04 +0000 (04:24 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 1 Oct 2009 04:24:04 +0000 (04:24 +0000)
lisp/cedet/semantic/bovine.el

index 7221ee0f9bd984603747b24d6efb1445789511e3..780399ebaa15478c3b3ecd3237c609e59168f341 100644 (file)
 
 ;;; 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)