Comment changes only: s/skin/tool/


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2555 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_errcontext.c b/coregrind/vg_errcontext.c
index a01ea89..4f7fc92 100644
--- a/coregrind/vg_errcontext.c
+++ b/coregrind/vg_errcontext.c
@@ -56,7 +56,7 @@
 /*--- Error type                                           ---*/
 /*------------------------------------------------------------*/
 
-/* Note: it is imperative this doesn't overlap with (0..) at all, as skins
+/* Note: it is imperative this doesn't overlap with (0..) at all, as tools
  * effectively extend it by defining their own enums in the (0..) range. */
 typedef
    enum { 
@@ -319,7 +319,7 @@
    else
       err->where = where;
 
-   /* Skin-relevant parts */
+   /* Tool-relevant parts */
    err->ekind  = ekind;
    err->addr   = a;
    err->extra  = extra;