diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-04 19:58:58 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-04 19:58:58 +0000 |
commit | 3a084b6093d67a00fa4bb0ab6a988f0e5a6770b0 (patch) | |
tree | 2ef8a5aff0b604d30f8d24f67c37a17ae19399c1 | |
parent | 3639b4d0d3dc4c60ee93c63edc13c1d4dbdc7172 (diff) |
Fix typo in diagnostic.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66059 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/DiagnosticSemaKinds.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.def b/include/clang/Basic/DiagnosticSemaKinds.def index 38977a3ed8..6f94d8e2ec 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.def +++ b/include/clang/Basic/DiagnosticSemaKinds.def @@ -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") |