Fix a comment I had incorrectly altered.

llvm-svn: 156668
This commit is contained in:
Jim Ingham 2012-05-11 23:49:49 +00:00
parent 7ba6e99158
commit 031177e4df
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ Thread::ShouldStop (Event* event_ptr)
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