From 5471e9012e6b6eb985491424646d34b40af9f6fb Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Sat, 10 Apr 2004 00:36:25 +0000 Subject: [PATCH] Update for having added Massif. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2354 --- README | 4 ++-- valgrind.spec.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 71b9eaaf04..8cf8cb8a56 100644 --- 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 diff --git a/valgrind.spec.in b/valgrind.spec.in index 0b504177be..bf2e02d561 100644 --- a/valgrind.spec.in +++ b/valgrind.spec.in @@ -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@ -- 2.47.2