r8878: Spelling fixes. (-:
authorTim Potter <tpot@samba.org>
Mon, 1 Aug 2005 01:39:24 +0000 (01:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:30:14 +0000 (13:30 -0500)
(This used to be commit f850faca9797c9818a46fec72dba069cac5a6db7)

source4/build/pidl/idl.yp

index 40d2809dadfcf68e3bb52c8cd804904769a4f112..d5838d0c437c77d2ab70329d76ada92279d04ab3 100644 (file)
@@ -5,14 +5,14 @@
 
 
 
-# the precedence actually doesn't matter at all for this grammer, but
+# the precedence actually doesn't matter at all for this grammar, but
 # by providing a precedence we reduce the number of conflicts
 # enormously
 %left   '-' '+' '&' '|' '*' '>' '.' '/' '(' ')' '[' ',' ';'
 
 
 ################
-# grammer
+# grammar
 %%
 idl: 
        #empty  { {} }