summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-08-01 01:39:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:30:14 -0500
commitf9dc465aa6ce82fb737d1739edaea6a2b742cb69 (patch)
tree7443f493d46ee8d841fc03c54bcc70aebb6e7fc3 /source4/build
parentb9cbfe64a7bb3be3ba2705776519d129105de8d3 (diff)
downloadsamba-f9dc465aa6ce82fb737d1739edaea6a2b742cb69.tar.gz
samba-f9dc465aa6ce82fb737d1739edaea6a2b742cb69.tar.bz2
samba-f9dc465aa6ce82fb737d1739edaea6a2b742cb69.zip
r8878: Spelling fixes. (-:
(This used to be commit f850faca9797c9818a46fec72dba069cac5a6db7)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/pidl/idl.yp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/idl.yp b/source4/build/pidl/idl.yp
index 40d2809dad..d5838d0c43 100644
--- a/source4/build/pidl/idl.yp
+++ b/source4/build/pidl/idl.yp
@@ -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 { {} }