mirror of https://github.com/bitcoin/bitcoin.git
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…
Reference in New Issue