[msan] Fix a typo in a comment.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 6 Dec 2012 11:58:59 +0000 (11:58 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 6 Dec 2012 11:58:59 +0000 (11:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169491 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/MemorySanitizer.cpp

index 4302843f809bf7e11b19ea53d6b91224cb5181e1..a2777f6c97bbeb847b96c0eaba9614416e1f773e 100644 (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.