mirror of
https://github.com/corda/corda.git
synced 2025-06-01 07:00: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* oldBase = t->base;
|
||||||
void* oldStack = t->stack;
|
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:
|
// when we make the trace:
|
||||||
t->ip = static_cast<uint8_t*>(*ip) + 1;
|
t->ip = static_cast<uint8_t*>(*ip) + 1;
|
||||||
t->base = *base;
|
t->base = *base;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user