From aeb2d34b0ebfab29d7bff93bcc2d6785ea919e28 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Tue, 13 Dec 2011 22:54:00 -0500 Subject: [PATCH] Fix comment. --- src/apps/debugger/ThreadHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debugger/ThreadHandler.cpp b/src/apps/debugger/ThreadHandler.cpp index fa8f429b67..19450f933e 100644 --- a/src/apps/debugger/ThreadHandler.cpp +++ b/src/apps/debugger/ThreadHandler.cpp @@ -559,7 +559,7 @@ ThreadHandler::_HandleBreakpointHitStep(CpuState* cpuState) switch (fStepMode) { case STEP_OVER: { - // If we're in the same frame we started in, keep executing. + // If we're not in the same frame we started in, keep executing. if (cpuState->StackFramePointer() != fPreviousFrameAddress) { status_t error = _InstallTemporaryBreakpoint(