Typo in error message
Change-Id: Ia56a47b46989027588afc291bf8f82299903cdaa
This commit is contained in:
parent
5b71268f33
commit
ba2166ab40
1 changed files with 1 additions and 1 deletions
|
@ -1699,7 +1699,7 @@ interfaceAttribute:
|
|||
error(
|
||||
@2, yyscanner,
|
||||
("interface attribute can only be flagged as [attribute,"
|
||||
" optional]"));
|
||||
" bound, readonly]"));
|
||||
YYERROR;
|
||||
}
|
||||
switch (t.type) {
|
||||
|
|
Loading…
Reference in a new issue