Fix a comment I had incorrectly altered.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@156668 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/Thread.cpp b/source/Target/Thread.cpp
index 1792aac..5c3c197 100644
--- a/source/Target/Thread.cpp
+++ b/source/Target/Thread.cpp
@@ -375,7 +375,7 @@
if (plan_ptr->MischiefManaged())
{
- // We're going to pop the plans up to the plan that explains the stop.
+ // We're going to pop the plans up to and including the plan that explains the stop.
ThreadPlan *prev_plan_ptr = GetPreviousPlan (plan_ptr);
do