From eaf377da47d16fab20568b5102bb1f5ff1c2af96 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 26 Jul 2005 22:31:52 +0000 Subject: [PATCH] Update to match web site description. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4270 --- valgrind.spec.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/valgrind.spec.in b/valgrind.spec.in index 7374b0e325..e22e6baac3 100644 --- a/valgrind.spec.in +++ b/valgrind.spec.in @@ -13,15 +13,15 @@ Buildroot: %{_tmppath}/%{name}-root %description -Valgrind is a GPL'd system for debugging and profiling x86-Linux programs. -With the tools that come with Valgrind, you can automatically detect -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 five tools: two memory error +Valgrind is an award-winning suite of tools for debugging and profiling +Linux programs. With the tools that come with Valgrind, you can +automatically detect many memory management and threading bugs, avoiding +hours of frustrating bug-hunting, making your programs more stable. You can +also perform detailed profiling, to speed up and reduce memory use of your +programs. + +The Valgrind distribution currently 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.3