From 7baaee37cc4391b472fcce572d1ae68a8c547a71 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 6 Dec 2012 11:58:59 +0000 Subject: [PATCH] [msan] Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169491 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/lib/Transforms/Instrumentation/MemorySanitizer.cpp index 4302843f809..a2777f6c97b 100644 --- a/lib/Transforms/Instrumentation/MemorySanitizer.cpp +++ b/lib/Transforms/Instrumentation/MemorySanitizer.cpp @@ -500,7 +500,7 @@ struct MemorySanitizerVisitor : public InstVisitor { 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.