Typo in error message

Change-Id: Ia56a47b46989027588afc291bf8f82299903cdaa
This commit is contained in:
Stephan Bergmann 2018-03-16 16:18:45 +01:00
parent 5b71268f33
commit ba2166ab40

View file

@ -1699,7 +1699,7 @@ interfaceAttribute:
error(
@2, yyscanner,
("interface attribute can only be flagged as [attribute,"
" optional]"));
" bound, readonly]"));
YYERROR;
}
switch (t.type) {