Fix typo in diagnostic.

llvm-svn: 66059
This commit is contained in:
Sebastian Redl 2009-03-04 19:58:58 +00:00
parent 55d7b2ac4f
commit ec2d479b8b
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ DIAG(err_attr_wrong_decl, ERROR,
DIAG(warn_attribute_nonnull_no_pointers, WARNING,
"'nonnull' attribute applied to function with no pointer arguments")
DIAG(warn_transparent_union_nonpointer, WARNING,
"'transparent_union' attribute support incomplete; only supported for"
"'transparent_union' attribute support incomplete; only supported for "
"pointer unions")
DIAG(warn_attribute_sentinel_not_variadic, WARNING,
"'sentinel' attribute only supported for variadic functions")