]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update docs for filename change.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 2 Sep 2004 15:50:29 +0000 (15:50 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 2 Sep 2004 15:50:29 +0000 (15:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2652

memcheck/docs/mc_techdocs.html

index 3566b96a90819c996ea946261ed1c02d53830ec8..e33a0aa10f7fdd1c489fdfa9f5cf391c3f611cab 100644 (file)
@@ -390,7 +390,7 @@ Some more specific things are:
     with that of the client or any of its libraries.  Therefore, all
     globally visible symbols exported from <code>valgrind.so</code>
     are defined using the <code>VG_</code> CPP macro.  As you'll see
-    from <code>vg_constants.h</code>, this appends some arbitrary
+    from <code>tool_asm.h</code>, this appends some arbitrary
     prefix to the symbol, in order that it be, we hope, globally
     unique.  Currently the prefix is <code>vgPlain_</code>.  For
     convenience there are also <code>VGM_</code>, <code>VGP_</code>