]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix README spelling mistake adb -> and
authorMark Wielaard <mark@klomp.org>
Sun, 28 Feb 2021 20:05:24 +0000 (21:05 +0100)
committerMark Wielaard <mark@klomp.org>
Sun, 28 Feb 2021 20:07:54 +0000 (21:07 +0100)
Reported by: satbek@unist.ac.kr

https://bugs.kde.org/show_bug.cgi?id=433629

NEWS
README

diff --git a/NEWS b/NEWS
index a0130678671d284ee51f3a7da93e706dc031788d..19118b9dc79cf871459a7a934de49a64327bcb3b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -140,6 +140,7 @@ where XXXXXX is the bug number as listed below.
 432215  Add debuginfod functionality
 433323  Use pkglibexecdir as vglibdir
 433500  DRD regtest faulures when libstdc++ and libgcc debuginfo are installed
+433629  valgrind/README has type "abd" instead of "and"
 n-i-bz  helgrind: If hg_cli__realloc fails, return NULL.
 
 
diff --git a/README b/README
index 511027ae9bd14fe327e5206596dc9a0c3b6ad1f7..b8cc51de831e6b97068693332158fbd31c60594b 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ use Valgrind to build new tools.
 
 The Valgrind distribution currently includes six production-quality
 tools: a memory error detector, two thread error detectors, a cache
-and branch-prediction profiler, a call-graph generating cache abd
+and branch-prediction profiler, a call-graph generating cache and
 branch-prediction profiler, and a heap profiler. It also includes
 three experimental tools: a heap/stack/global array overrun detector,
 a different kind of heap profiler, and a SimPoint basic block vector