]> granicus.if.org Git - clang/commitdiff
Fix typo in diagnostic.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 4 Mar 2009 19:58:58 +0000 (19:58 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 4 Mar 2009 19:58:58 +0000 (19:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66059 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.def

index 38977a3ed8267127a33253bf9fc22b91598ddb11..6f94d8e2ec3bde36dc05954c1bc8b9e1a6f224d7 100644 (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")