]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Doc: remove 'is' in 'is replaces'
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 5 Aug 2012 17:23:55 +0000 (17:23 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 5 Aug 2012 17:23:55 +0000 (17:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12847

docs/xml/manual-core.xml

index b0916b156789edf429b62e81975c361c572fbb8c..96356760c11693eaf493bc77a813a796664a3d01 100644 (file)
@@ -1822,7 +1822,7 @@ need to use them.</para>
     <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.