[msan] Fix a typo in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evgeniy Stepanov 2012-12-06 11:58:59 +00:00
parent 4031b194ac
commit 7baaee37cc

View File

@ -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.