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 | 47ac9ba9cc11813df486a69d9b31d338a1bd1cf9 (patch) | |
| tree | 7c5c68ab1844c6281177906ad249da5b0cfc10a0 | |
| parent | 4f220d96c5851a9389fb56fc097f44d6417f7012 (diff) | |
| download | bcm5719-llvm-47ac9ba9cc11813df486a69d9b31d338a1bd1cf9.tar.gz bcm5719-llvm-47ac9ba9cc11813df486a69d9b31d338a1bd1cf9.zip | |
[msan] Fix a typo in a comment.
llvm-svn: 169491
| -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. |

