Comment changes only: s/skin/tool/


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2555 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/massif/ms_main.c b/massif/ms_main.c
index 7d8a357..74a0e4d 100644
--- a/massif/ms_main.c
+++ b/massif/ms_main.c
@@ -1,10 +1,10 @@
 
 /*--------------------------------------------------------------------*/
-/*--- Massif: a heap profiling skin.                     ms_main.c ---*/
+/*--- Massif: a heap profiling tool.                     ms_main.c ---*/
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Massif, a Valgrind skin for profiling memory
+   This file is part of Massif, a Valgrind tool for profiling memory
    usage of programs.
 
    Copyright (C) 2003-2004 Nicholas Nethercote