[PATCH] D13118: MemorySanitizer: Correct typo in poison stack pattern command line description
Jon Eyolfson via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 13:59:34 PDT 2015
eyolfson created this revision.
eyolfson added a subscriber: llvm-commits.
This is just a trivial patch to correct "patter" to "pattern".
http://reviews.llvm.org/D13118
Files:
lib/Transforms/Instrumentation/MemorySanitizer.cpp
Index: lib/Transforms/Instrumentation/MemorySanitizer.cpp
===================================================================
--- lib/Transforms/Instrumentation/MemorySanitizer.cpp
+++ lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -158,7 +158,7 @@
cl::desc("poison uninitialized stack variables with a call"),
cl::Hidden, cl::init(false));
static cl::opt<int> ClPoisonStackPattern("msan-poison-stack-pattern",
- cl::desc("poison uninitialized stack variables with the given patter"),
+ cl::desc("poison uninitialized stack variables with the given pattern"),
cl::Hidden, cl::init(0xff));
static cl::opt<bool> ClPoisonUndef("msan-poison-undef",
cl::desc("poison undef temps"),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13118.35552.patch
Type: text/x-patch
Size: 730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150923/5f8608a3/attachment.bin>
More information about the llvm-commits
mailing list