diff options
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp index 4302843f809..a2777f6c97b 100644 --- a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp +++ b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp @@ -500,7 +500,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {      VAHelper->finalizeInstrumentation();      // Delayed instrumentation of StoreInst. -    // This make add new checks to inserted later. +    // This may add new checks to be inserted later.      materializeStores();      // Insert shadow value checks.  | 

