diff options
| author | William Robinson <[email protected]> | 2018-04-17 13:30:35 -0400 |
|---|---|---|
| committer | fanquake <[email protected]> | 2018-08-02 21:27:16 +0800 |
| commit | 3be70ba400d0d4c94ca0142559978c104ea97df4 (patch) | |
| tree | 86362048379f854d309e29eaf609eaf51868d07d /doc/developer-notes.md | |
| parent | Merge #13851: fix locale for lint-shell (diff) | |
| download | discoin-3be70ba400d0d4c94ca0142559978c104ea97df4.tar.xz discoin-3be70ba400d0d4c94ca0142559978c104ea97df4.zip | |
trivial: Fixed typos and cleaned up language
Diffstat (limited to 'doc/developer-notes.md')
| -rw-r--r-- | doc/developer-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 2fa91ecb0..70070fa24 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 |