mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
fix misspelled comment
This commit is contained in:
parent
b0ba70866e
commit
bf2b17cfa6
@ -6351,7 +6351,7 @@ class SegFaultHandler: public System::SignalHandler {
|
||||
void* oldBase = t->base;
|
||||
void* oldStack = t->stack;
|
||||
|
||||
// add one to the IP since findLineNumber will subract one
|
||||
// add one to the IP since findLineNumber will subtract one
|
||||
// when we make the trace:
|
||||
t->ip = static_cast<uint8_t*>(*ip) + 1;
|
||||
t->base = *base;
|
||||
|
Loading…
Reference in New Issue
Block a user