aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cgrep.cpp')
-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(