Merge pull request #8603 from Chocobo1/typo

Fix typo
This commit is contained in:
Mike Tzou
2018-03-17 00:49:41 +08:00
committed by GitHub
16 changed files with 43 additions and 43 deletions

View File

@@ -291,7 +291,7 @@ const QString straceWin::getBacktrace()
demangle(funcName);
#endif
// now ihsf.InstructionOffset points to the instruction that follows CALL instuction
// now ihsf.InstructionOffset points to the instruction that follows CALL instruction
// decrease the query address by one byte to point somewhere in the CALL instruction byte sequence
sourceFile = getSourcePathAndLineNumber(hProcess, ihsf.InstructionOffset - 1);
}