From: Sebastian Redl Date: Wed, 4 Mar 2009 19:58:58 +0000 (+0000) Subject: Fix typo in diagnostic. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a084b6093d67a00fa4bb0ab6a988f0e5a6770b0;p=clang Fix typo in diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66059 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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")