]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update for having added Massif.
authorNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Apr 2004 00:36:25 +0000 (00:36 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Apr 2004 00:36:25 +0000 (00:36 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2354

README
valgrind.spec.in

diff --git a/README b/README
index 71b9eaaf0490f0eb2b77bad8882a7ff9dfa5c150..8cf8cb8a56abb5522f1f812fd4f6769ac0b13dde 100644 (file)
--- a/README
+++ b/README
@@ -21,8 +21,8 @@ bug-hunting, making your programs more stable. You can also perform
 detailed profiling to help speed up your programs.
 
 The Valgrind distribution includes four tools: two memory error
-detectors, a thread error detector, and a cache profiler.  Several other
-tools have been built with Valgrind.
+detectors, a thread error detector, a cache profiler and a heap profiler.
+Several other tools have been built with Valgrind.
 
 To give you an idea of what Valgrind tools do, when a program is run
 under the supervision of the first memory error detector tool, all reads
index 0b504177bec4d429f124eda521a9b2e242f5655f..bf2e02d561a8e4e21e1703d5c520ca07b98aa942 100644 (file)
@@ -17,9 +17,9 @@ many memory management and threading bugs, avoiding hours of frustrating
 bug-hunting, making your programs more stable. You can also perform
 detailed profiling to help speed up your programs.
 
-The Valgrind distribution includes four tools: two memory error
-detectors, a thread error detector, and a cache profiler.  Several other
-tools have been built with Valgrind.
+The Valgrind distribution includes five tools: two memory error
+detectors, a thread error detector, a cache profiler and a heap profiler.
+Several other tools have been built with Valgrind.
 
 %prep
 %setup -n @PACKAGE@-@VERSION@