From: Anna Zaks Date: Sat, 5 Nov 2011 05:20:51 +0000 (+0000) Subject: [analyzer] There should be a space between "expect" and "only" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de2a6a81c217ff4b8e77aa4486966eef2edfdb2f;p=clang [analyzer] There should be a space between "expect" and "only" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143787 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/Checkers.td b/lib/StaticAnalyzer/Checkers/Checkers.td index 0524a2d930..0394c8a317 100644 --- a/lib/StaticAnalyzer/Checkers/Checkers.td +++ b/lib/StaticAnalyzer/Checkers/Checkers.td @@ -291,7 +291,7 @@ def ClassReleaseChecker : Checker<"ClassRelease">, DescFile<"BasicObjCFoundationChecks.cpp">; def VariadicMethodTypeChecker : Checker<"VariadicMethodTypes">, - HelpText<"Check for passing non-Objective-C types to variadic methods that expect" + HelpText<"Check for passing non-Objective-C types to variadic methods that expect " "only Objective-C types">, DescFile<"BasicObjCFoundationChecks.cpp">;