mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 10:41:08 +00:00
doc: fix typos
This commit is contained in:
parent
d767503b6a
commit
96f8673b87
@ -368,7 +368,7 @@ serialization of data structures is probably fine, a `sleep(10s)` not.
|
||||
TRACEPOINT_SEMAPHORE(example, gated_expensive_argument);
|
||||
…
|
||||
if (TRACEPOINT_ACTIVE(example, gated_expensive_argument)) {
|
||||
expensive_argument = expensive_calulation();
|
||||
expensive_argument = expensive_calculation();
|
||||
TRACEPOINT(example, gated_expensive_argument, expensive_argument);
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user