|
From: <sv...@va...> - 2012-08-05 17:24:02
|
philippe 2012-08-05 18:23:55 +0100 (Sun, 05 Aug 2012)
New Revision: 12847
Log:
Doc: remove 'is' in 'is replaces'
Modified files:
trunk/docs/xml/manual-core.xml
Modified: trunk/docs/xml/manual-core.xml (+1 -1)
===================================================================
--- trunk/docs/xml/manual-core.xml 2012-08-05 17:44:11 +01:00 (rev 12846)
+++ trunk/docs/xml/manual-core.xml 2012-08-05 18:23:55 +01:00 (rev 12847)
@@ -1822,7 +1822,7 @@
<listitem>
<para>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.
|