Renamed VG_NON_SIMD_CALL1 (and friends) as VALGRIND_NON_SIMD_CALL1 to be
consistent with the names of the other client requests.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1534 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/vg_skin.h b/include/vg_skin.h
index 3bb6e36..2fe3e22 100644
--- a/include/vg_skin.h
+++ b/include/vg_skin.h
@@ -1342,7 +1342,7 @@
 /* Is the client running on the simulated CPU or the real one? 
 
    Nb: If it is, and you want to call a function to be run on the real CPU,
-   use one of the VG_NON_SIMD_CALL[123] macros in valgrind.h to call it.
+   use one of the VALGRIND_NON_SIMD_CALL[123] macros in valgrind.h to call it.
 
    Nb: don't forget the function parentheses when using this in a 
    condition... write this: