aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Driver/clang.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index 5f3a554dbb..c5aac3773e 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -197,7 +197,7 @@ NoCaretDiagnostics("fno-caret-diagnostics",
static llvm::cl::opt<std::string>
InheritanceViewCls("cxx-inheritance-view",
llvm::cl::value_desc("class name"),
- llvm::cl::desc("View C++ inhertance for a specified class"));
+ llvm::cl::desc("View C++ inheritance for a specified class"));
//===----------------------------------------------------------------------===//
// Analyzer Options.
@@ -655,7 +655,7 @@ SuppressSystemWarnings("suppress-system-warnings",
llvm::cl::init(true));
static llvm::cl::opt<bool>
-WarnUnusedMacros("Wunused_macros",
+WarnUnusedMacros("Wunused-macros",
llvm::cl::desc("Warn for unused macros in the main translation unit"));
static llvm::cl::opt<bool>