aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-07-16 21:16:10 +0000
committerphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-07-16 21:16:10 +0000
commitf2a68aa6deb788304b9c100ecd4dec41f5064b8c (patch)
tree1cf9e77d7e179171ce531a253bfce06c9f10bc83 /shared
parent2c69282bfebca27be64009bdfd6a038bae0d4941 (diff)
downloadvalgrind-f2a68aa6deb788304b9c100ecd4dec41f5064b8c.tar.gz
Fix name of the file in the header comment
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14170 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'shared')
-rw-r--r--shared/vg_replace_strmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/vg_replace_strmem.c b/shared/vg_replace_strmem.c
index ce78b9b8d..856ba206e 100644
--- a/shared/vg_replace_strmem.c
+++ b/shared/vg_replace_strmem.c
@@ -2,7 +2,7 @@
/*--------------------------------------------------------------------*/
/*--- Replacements for strcpy(), memcpy() et al, which run on the ---*/
/*--- simulated CPU. ---*/
-/*--- mc_replace_strmem.c ---*/
+/*--- vg_replace_strmem.c ---*/
/*--------------------------------------------------------------------*/
/*