Fix various spelling errors

This commit is contained in:
chase
2018-04-17 05:25:38 -07:00
committed by Jon Trulson
parent f905d25392
commit 1817f335c6
8 changed files with 9 additions and 9 deletions

View File

@@ -199,7 +199,7 @@ inherit : FROM otid
*
* args ::= '(' argspec {, argspec}* ')' | '(void)' | '()'
*
* cxtdcl ::= 'context' '(' identifier {, identifer }* ')'
* cxtdcl ::= 'context' '(' identifier {, identifier }* ')'
*
* argspec ::= mode type name
*