[llvm-commits] [llvm] r169491 - /llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Evgeniy Stepanov eugeni.stepanov at gmail.com
Thu Dec 6 03:58:59 PST 2012


Author: eugenis
Date: Thu Dec  6 05:58:59 2012
New Revision: 169491

URL: http://llvm.org/viewvc/llvm-project?rev=169491&view=rev
Log:
[msan] Fix a typo in a comment.

Modified:
    llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Modified: llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp?rev=169491&r1=169490&r2=169491&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp Thu Dec  6 05:58:59 2012
@@ -500,7 +500,7 @@
     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.





More information about the llvm-commits mailing list