aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.cpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-08-02 17:21:39 +0000
committerbloodstalker <thabogre@gmail.com>2019-08-02 17:21:39 +0000
commita69bebb21975c931dc0e511e35f2285c46116a3d (patch)
treed446a3b5c84f415c0690d3b66932e95207c81b1d /cgrep.cpp
parentchecked with trunk version 355787. if you use the trunk llvm-clang you build ... (diff)
downloadcgrep-a69bebb21975c931dc0e511e35f2285c46116a3d.tar.gz
cgrep-a69bebb21975c931dc0e511e35f2285c46116a3d.zip
update
Diffstat (limited to '')
-rw-r--r--cgrep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgrep.cpp b/cgrep.cpp
index afd57db..cdbfe60 100644
--- a/cgrep.cpp
+++ b/cgrep.cpp
@@ -78,7 +78,7 @@ cl::opt<bool> CO_SYSHDR("syshdr",
cl::init(false), cl::cat(CGrepCat),
cl::Optional); // done
cl::opt<bool> CO_MAINFILE("mainfile",
- cl::desc("mathc identifiers in the main file only"),
+ cl::desc("match identifiers in the main file only"),
cl::init(true), cl::cat(CGrepCat),
cl::Optional); // done
cl::opt<int> CO_A(