]> granicus.if.org Git - llvm/commitdiff
[compiler-rt] fix typo in option description [NFC]
authorEtienne Bergeron <etienneb@google.com>
Thu, 22 Sep 2016 14:57:24 +0000 (14:57 +0000)
committerEtienne Bergeron <etienneb@google.com>
Thu, 22 Sep 2016 14:57:24 +0000 (14:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282163 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/AddressSanitizer.cpp

index 992920ff1e53efcaf025908bf4e300a3bad4f290..f43245109d977da232b99eeaf9a06c39edd5570e 100644 (file)
@@ -275,7 +275,7 @@ static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden,
                                         cl::desc("Debug func"));
 static cl::opt<int> ClDebugMin("asan-debug-min", cl::desc("Debug min inst"),
                                cl::Hidden, cl::init(-1));
-static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug man inst"),
+static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"),
                                cl::Hidden, cl::init(-1));
 
 STATISTIC(NumInstrumentedReads, "Number of instrumented reads");