]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix name of the file in the header comment
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 16 Jul 2014 21:16:10 +0000 (21:16 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 16 Jul 2014 21:16:10 +0000 (21:16 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14170

shared/vg_replace_strmem.c

index ce78b9b8d148fd8c5d786e472dbc49b36f663377..856ba206ee7e7b3c9307850491cf13acd970c6aa 100644 (file)
@@ -2,7 +2,7 @@
 /*--------------------------------------------------------------------*/
 /*--- Replacements for strcpy(), memcpy() et al, which run on the  ---*/
 /*--- simulated CPU.                                               ---*/
-/*---                                          mc_replace_strmem.c ---*/
+/*---                                          vg_replace_strmem.c ---*/
 /*--------------------------------------------------------------------*/
 
 /*