]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Another minor README change
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 4 Apr 2023 06:23:15 +0000 (08:23 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 4 Apr 2023 06:23:15 +0000 (08:23 +0200)
There's only one exp- and seven tools now (not counting
none and lackey).

README

diff --git a/README b/README
index 4ac3ace5eb58cd0f39e493abc39c7f61c29dca5f..842388036cd6043576e5eaa7fb05cd1b41ad775b 100644 (file)
--- a/README
+++ b/README
@@ -18,12 +18,11 @@ Valgrind tools that can automatically detect many memory management
 and threading bugs, and profile your programs in detail. You can also
 use Valgrind to build new tools.
 
-The Valgrind distribution currently includes six production-quality
+The Valgrind distribution currently includes seven production-quality
 tools: a memory error detector, two thread error detectors, a cache
 and branch-prediction profiler, a call-graph generating cache and
 branch-prediction profiler, and two heap profilers. It also includes
-two experimental tools: a heap/stack/global array overrun detector,
-and a SimPoint basic block vector generator.
+one experimental tool: a SimPoint basic block vector generator.
 
 Valgrind is closely tied to details of the CPU, operating system and to
 a lesser extent, compiler and basic C libraries. This makes it difficult