diff options
Diffstat (limited to 'source/Target/ThreadPlanRunToAddress.cpp')
| -rw-r--r-- | source/Target/ThreadPlanRunToAddress.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Target/ThreadPlanRunToAddress.cpp b/source/Target/ThreadPlanRunToAddress.cpp index 44de724b608c3..6d1a8b5c27ff3 100644 --- a/source/Target/ThreadPlanRunToAddress.cpp +++ b/source/Target/ThreadPlanRunToAddress.cpp @@ -133,8 +133,7 @@ void ThreadPlanRunToAddress::GetDescription(Stream *s, } bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { - // If we couldn't set the breakpoint for some reason, then this won't - // work. + // If we couldn't set the breakpoint for some reason, then this won't work. bool all_bps_good = true; size_t num_break_ids = m_break_ids.size(); |
