mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
Fix typo
This commit is contained in:
parent
c061d67b14
commit
423511765a
16 changed files with 43 additions and 43 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue