make error message more useful

llvm-svn: 38815
This commit is contained in:
Chris Lattner 2006-08-05 02:54:06 +00:00
parent 158ede8e44
commit fe533e3ecd
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ DIAG(ext_integer_complex, EXTENSION,
"ISO C does not support complex integer types")
DIAG(err_invalid_decl_spec_combination, ERROR,
"cannot combine declaration specifier with previous '%s' specifier")
"cannot combine with previous '%s' declaration specifier")
DIAG(err_invalid_sign_spec, ERROR,
"'%s' cannot be signed or unsigned")
DIAG(err_invalid_short_spec, ERROR,