]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Arch-abstraction: renamed "vg_include.h" as "core.h" (a few that I missed in
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 2 Sep 2004 08:10:13 +0000 (08:10 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 2 Sep 2004 08:10:13 +0000 (08:10 +0000)
my previous commit).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2645

coregrind/core.h
coregrind/docs/coregrind_core.html
include/vg_kerneliface.h

index 69a57a09c2754d673e83f6561ac5ad8b15411948..4b55377adbd9f7229583ca1491b4135c0f148e63 100644 (file)
@@ -1633,5 +1633,5 @@ extern Int VGOFF_(helper_undefined_instruction);
 #include "config.h"
 
 /*--------------------------------------------------------------------*/
-/*--- end                                                   core.h ---*/
+/*--- end                                                          ---*/
 /*--------------------------------------------------------------------*/
index 765096a28eccc20fdf861ff0ab4feee172b6b3cf..feaf757fcccda28029ee904f2e2c68f296fda0c4 100644 (file)
@@ -294,7 +294,7 @@ have been seen, or 30000 errors in total have been seen.  In this
 situation you might as well stop your program and fix it, because
 Valgrind won't tell you anything else useful after this.  Note that
 the 300/30000 limits apply after suppressed errors are removed.  These
-limits are defined in <code>vg_include.h</code> and can be increased
+limits are defined in <code>core.h</code> and can be increased
 if necessary.
 
 <p>
index 7dc4825302a1c3410052c8aa7209ad35dc1d90b1..69d61f95e2d2842c4547d23eacef53db327586d0 100644 (file)
@@ -33,7 +33,7 @@
 #ifndef __VG_KERNELIFACE_H
 #define __VG_KERNELIFACE_H
 
-/* This file is ONLY to be included into vg_include.h.  Do not include
+/* This file is ONLY to be included into core.h.  Do not include
    it directly into valgrind source .c files.  This file defines types
    and constants for the kernel interface, and to make that clear
    everything is prefixed VKI. */