Fix a comment I had incorrectly altered.
llvm-svn: 156668
diff --git a/lldb/source/Target/Thread.cpp b/lldb/source/Target/Thread.cpp
index 1792aac..5c3c197 100644
--- a/lldb/source/Target/Thread.cpp
+++ b/lldb/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