changeset 105335:af9fd1013f27

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 04:24:04 +0000
parents 8cf4deed919e
children bd4a08d4865a
files lisp/cedet/semantic/bovine.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cedet/semantic/bovine.el	Thu Oct 01 04:16:13 2009 +0000
+++ b/lisp/cedet/semantic/bovine.el	Thu Oct 01 04:24:04 2009 +0000
@@ -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)