mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 07:01:05 +00:00
Fixed erroneous comment.
llvm-svn: 241724
This commit is contained in:
parent
8f0bd5a5dd
commit
ddd7dea4b1
@ -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."));
|
||||
|
Loading…
Reference in New Issue
Block a user