[compiler-rt] r199300 - [msan] Fix an incorrect comment.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Jan 14 22:49:40 PST 2014


Author: eugenis
Date: Wed Jan 15 00:49:40 2014
New Revision: 199300

URL: http://llvm.org/viewvc/llvm-project?rev=199300&view=rev
Log:
[msan] Fix an incorrect comment.

Modified:
    compiler-rt/trunk/include/sanitizer/msan_interface.h

Modified: compiler-rt/trunk/include/sanitizer/msan_interface.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/include/sanitizer/msan_interface.h?rev=199300&r1=199299&r2=199300&view=diff
==============================================================================
--- compiler-rt/trunk/include/sanitizer/msan_interface.h (original)
+++ compiler-rt/trunk/include/sanitizer/msan_interface.h Wed Jan 15 00:49:40 2014
@@ -69,11 +69,11 @@ extern "C" {
      modules that were compiled without the corresponding compiler flag. */
   void __msan_set_keep_going(int keep_going);
 
-  /* Print shadow and origin for the memory range to stdout in a human-readable
+  /* Print shadow and origin for the memory range to stderr in a human-readable
      format. */
   void __msan_print_shadow(const volatile void *x, size_t size);
 
-  /* Print current function arguments shadow and origin to stdout in a
+  /* Print current function arguments shadow and origin to stderr in a
      human-readable format. */
   void __msan_print_param_shadow();
 





More information about the llvm-commits mailing list