Wording fix for a diagnostic, suggested by bill

llvm-svn: 39647
This commit is contained in:
Chris Lattner 2007-06-11 20:54:56 +00:00
parent f99b3f5ec2
commit d4a20ad752
1 changed files with 2 additions and 2 deletions

View File

@ -264,9 +264,9 @@ DIAG(w_asm_qualifier_ignored, WARNING,
DIAG(ext_empty_source_file, EXTENSION,
"ISO C forbids an empty source file")
DIAG(ext_top_level_semi, EXTENSION,
"ISO C does not allow extra ';' outside of a function")
"ISO C does not allow an extra ';' outside of a function")
DIAG(ext_extra_struct_semi, EXTENSION,
"ISO C does not allow extra ';' inside a struct or union")
"ISO C does not allow an extra ';' inside a struct or union")
DIAG(ext_duplicate_declspec, EXTENSION,
"duplicate '%0' declaration specifier")
DIAG(ext_plain_complex, EXTENSION,