diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2012-12-06 11:58:59 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2012-12-06 11:58:59 +0000 |
commit | 7baaee37cc4391b472fcce572d1ae68a8c547a71 (patch) | |
tree | ccbe61257492c2121487e4a1e9ad429579633df6 /lib/Transforms/Instrumentation/MemorySanitizer.cpp | |
parent | 4031b194acd50f35b75658f66ee3bb1b4afcfd25 (diff) |
[msan] Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/MemorySanitizer.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/lib/Transforms/Instrumentation/MemorySanitizer.cpp index 4302843f80..a2777f6c97 100644 --- a/lib/Transforms/Instrumentation/MemorySanitizer.cpp +++ b/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. |