]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 10 Feb 2003 09:56:14 +0000 (09:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 10 Feb 2003 09:56:14 +0000 (09:56 +0000)
lisp/progmodes/ebnf-bnf.el
lisp/progmodes/ebnf-iso.el
lisp/progmodes/ebnf-yac.el

index 3ff506521e318b1b87e86a5b60066dbd32b829c2..054f337b1c4c1ec9365eea00dab858c666eb8e4b 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Keywords: wp, ebnf, PostScript
-;; Time-stamp: <2001/09/24 10:17:26 vinicius>
+;; Time-stamp: <2003-02-10 10:29:48 jbarranquero>
 ;; Version: 1.7
 
 ;; This file is part of GNU Emacs.
 
 \f
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; Syntatic analyzer
+;; Syntactic analyzer
 
 
 ;;; EBNF = {production}+.
index ede354c4f3287a9827f4873f5b69098e9bc64122..f4c965b6ed7d3cf8bed63bf5a2f8f8fe2a1099a8 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Keywords: wp, ebnf, PostScript
-;; Time-stamp: <2001/09/24 10:17:20 vinicius>
+;; Time-stamp: <2003-02-10 10:26:32 jbarranquero>
 ;; Version: 1.6
 
 ;; This file is part of GNU Emacs.
 
 \f
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; Syntatic analyzer
+;; Syntactic analyzer
 
 
 ;;; ISO EBNF = syntax rule, {syntax rule};
index 714009177483bf7cfde9a7087f52dfdc3f0d9948..4aa7fb116c331382f35ebec37f97ef41d62c292d 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Keywords: wp, ebnf, PostScript
-;; Time-stamp: <2002-07-09 11:43:10 jbarranquero>
+;; Time-stamp: <2003-02-10 10:47:04 jbarranquero>
 ;; Version: 1.2
 
 ;; This file is part of GNU Emacs.
@@ -93,7 +93,7 @@
 
 \f
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; Syntatic analyzer
+;; Syntactic analyzer
 
 
 ;;; YACC = { YACC-Definitions }* "%%" { YACC-Rule }* [ "%%" [ YACC-Code ] ].