From f9dc465aa6ce82fb737d1739edaea6a2b742cb69 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 1 Aug 2005 01:39:24 +0000 Subject: r8878: Spelling fixes. (-: (This used to be commit f850faca9797c9818a46fec72dba069cac5a6db7) --- source4/build/pidl/idl.yp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build') 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 { {} } -- cgit