|
From: Nicholas N. <nj...@ca...> - 2003-11-13 17:57:50
|
CVS commit by nethercote:
Remove the Memcheck==Valgrind fallacy from Memcheck's start-up message.
M +1 -1 mc_main.c 1.40
--- valgrind/memcheck/mc_main.c #1.39:1.40
@@ -1657,5 +1657,5 @@ void SK_(pre_clo_init)(void)
VG_(details_name) ("Memcheck");
VG_(details_version) (NULL);
- VG_(details_description) ("a.k.a. Valgrind, a memory error detector");
+ VG_(details_description) ("a memory error detector");
VG_(details_copyright_author)(
"Copyright (C) 2002-2003, and GNU GPL'd, by Julian Seward.");
|