Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 3abbc4d

Browse files
committed
[compiler-rt] fix typo in option description [NFC]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282163 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 6958050 commit 3abbc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Transforms/Instrumentation/AddressSanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden,
275275
cl::desc("Debug func"));
276276
static cl::opt<int> ClDebugMin("asan-debug-min", cl::desc("Debug min inst"),
277277
cl::Hidden, cl::init(-1));
278-
static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug man inst"),
278+
static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"),
279279
cl::Hidden, cl::init(-1));
280280

281281
STATISTIC(NumInstrumentedReads, "Number of instrumented reads");

0 commit comments

Comments
 (0)