fix misspelled comment

This commit is contained in:
Joel Dice 2009-09-04 17:08:45 -06:00
parent b0ba70866e
commit bf2b17cfa6

View File

@ -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;