|
From: <sv...@va...> - 2014-07-16 21:16:28
|
Author: philippe
Date: Wed Jul 16 21:16:10 2014
New Revision: 14170
Log:
Fix name of the file in the header comment
Modified:
trunk/shared/vg_replace_strmem.c
Modified: trunk/shared/vg_replace_strmem.c
==============================================================================
--- trunk/shared/vg_replace_strmem.c (original)
+++ trunk/shared/vg_replace_strmem.c Wed Jul 16 21:16:10 2014
@@ -2,7 +2,7 @@
/*--------------------------------------------------------------------*/
/*--- Replacements for strcpy(), memcpy() et al, which run on the ---*/
/*--- simulated CPU. ---*/
-/*--- mc_replace_strmem.c ---*/
+/*--- vg_replace_strmem.c ---*/
/*--------------------------------------------------------------------*/
/*
|