update



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5380 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/xml/FAQ.xml b/docs/xml/FAQ.xml
index 7372c85..915aede 100644
--- a/docs/xml/FAQ.xml
+++ b/docs/xml/FAQ.xml
@@ -409,7 +409,7 @@
     certain functions, such as malloc(), with their own versions.  A key
     indicator of this is if Memcheck says:
 <programlisting>
-No malloc'd blocks -- no leaks are possible
+All heap blocks were freed -- no leaks are possible
 </programlisting>
     when you know your program calls malloc().  The workaround is to
     avoid statically linking your program.</para>