fpdebug: fixed typo

git-svn-id: trunk@52909 -
This commit is contained in:
mattias 2016-09-04 12:18:22 +00:00
parent f225c167a9
commit 934d3bae21

View File

@ -1210,7 +1210,7 @@ begin
if (AFrameRequired >= 0) and (AFrameRequired < FCallStackEntryList.Count) then
exit;
// TODO: remove, using AFrameRequired
if FCallStackEntryList.Count > 0 then exit; // allready done
if FCallStackEntryList.Count > 0 then exit; // already done
Address := Process.GetInstructionPointerRegisterValue;
Frame := Process.GetStackBasePointerRegisterValue;