From 2d90de0dfba8239af1bb39c1471a30b627b49487 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sun, 5 Aug 2012 17:23:55 +0000 Subject: [PATCH] Doc: remove 'is' in 'is replaces' git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12847 --- docs/xml/manual-core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index b0916b1567..96356760c1 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -1822,7 +1822,7 @@ need to use them. When a shared library is loaded, Valgrind checks for functions in the library that must be replaced or wrapped. - For example, Memcheck is replaces all malloc related + For example, Memcheck replaces all malloc related functions (malloc, free, calloc, ...) with its own versions. Such replacements are done by default only in shared libraries whose soname matches a predefined soname pattern (e.g. -- 2.47.2