Fixed erroneous comment.

llvm-svn: 241724
This commit is contained in:
John Thompson 2015-07-08 20:57:32 +00:00
parent 8f0bd5a5dd
commit ddd7dea4b1

View File

@ -298,7 +298,7 @@ static cl::list<std::string>
IncludePaths("I", cl::desc("Include path for coverage check."),
cl::ZeroOrMore, cl::value_desc("path"));
// Option for just doing the coverage check.
// Option for disabling the coverage check.
static cl::opt<bool>
NoCoverageCheck("no-coverage-check", cl::init(false),
cl::desc("Don't do the coverage check."));