From 47ac9ba9cc11813df486a69d9b31d338a1bd1cf9 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. llvm-svn: 169491 --- llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp index 4302843..a2777f6 100644 --- a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp +++ b/llvm/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. -- 2.7.4