aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
diff options
context:
space:
mode:
authorWilliam Robinson <wbarobinson@gmail.com>2018-04-17 13:30:35 -0400
committerfanquake <fanquake@gmail.com>2018-08-02 21:27:16 +0800
commit3be70ba400d0d4c94ca0142559978c104ea97df4 (patch)
tree86362048379f854d309e29eaf609eaf51868d07d /doc/developer-notes.md
parent9c4324d866db2892b1f99b0415cfa7f9195fc777 (diff)
downloadbitcoin-3be70ba400d0d4c94ca0142559978c104ea97df4.tar.xz
trivial: Fixed typos and cleaned up language
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r--doc/developer-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 2fa91ecb02..70070fa24b 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -247,7 +247,7 @@ make cov
**Sanitizers**
-Bitcoin can be compiled with various "sanitizers" enabled, which add
+Bitcoin Core can be compiled with various "sanitizers" enabled, which add
instrumentation for issues regarding things like memory safety, thread race
conditions, or undefined behavior. This is controlled with the
`--with-sanitizers` configure flag, which should be a comma separated list of