Bug 433629 - valgrind/README has type "abd" instead of "and"
Summary: valgrind/README has type "abd" instead of "and"
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Unspecified
: NOR minor
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-26 03:32 UTC by satbek
Modified: 2021-02-28 20:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description satbek 2021-02-26 03:32:43 UTC
There is possible typo in valgrind/README on line 24, "abd" instead of "and"

https://sourceware.org/git/?p=valgrind.git;a=blob;f=README;h=511027ae9bd14fe327e5206596dc9a0c3b6ad1f7;hb=HEAD#l24

Excerpt:
... a call-graph generating cache abd
branch-prediction profiler, and a heap profiler.
Comment 1 Mark Wielaard 2021-02-28 20:12:04 UTC
Thanks, fixed as:

commit 9e9d1a17133fa79265f6e38ecf2ac63464cc9fe2 (HEAD -> master)
Author: Mark Wielaard <mark@klomp.org>
Date:   Sun Feb 28 21:05:24 2021 +0100

    Fix README spelling mistake adb -> and
    
    Reported by: satbek@unist.ac.kr
    
    https://bugs.kde.org/show_bug.cgi?id=433629