]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
wibble
authorNicholas Nethercote <njn@valgrind.org>
Tue, 19 Jul 2005 03:38:09 +0000 (03:38 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 19 Jul 2005 03:38:09 +0000 (03:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4177

coregrind/m_replacemalloc/README_REPLACEMALLOC.txt

index 607e060f38144329100cb7642bc924ae53416f73..2fde258954ea7362de2846d4a5680b811b96a352 100644 (file)
@@ -3,7 +3,7 @@ The structure of this module is worth noting.
 The main part is in vg_replace_malloc.c.  It gets compiled into the tool's
 'preload' shared object, which goes into the client's area of memory, and
 runs on the simulated CPU just like client code.  As a result, it cannot
-use any functions in the core directly;  it can only communicated with the
+use any functions in the core directly;  it can only communicate with the
 core using client requests, just like any other client code.
 
 And yet it must call the tool's malloc wrappers.  How does it know where