summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/API/SBThread.cpp')
-rw-r--r--lldb/source/API/SBThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBThread.cpp b/lldb/source/API/SBThread.cpp
index 6c24e980982..cc3b84171c1 100644
--- a/lldb/source/API/SBThread.cpp
+++ b/lldb/source/API/SBThread.cpp
@@ -732,7 +732,7 @@ SBThread::StepOverUntil (lldb::SBFrame &sb_frame,
sb_error.SetErrorStringWithFormat("No line entries for %s:%u", path, line);
}
else
- sb_error.SetErrorString ("Step until target not in current function.\n");
+ sb_error.SetErrorString ("step until target not in current function");
}
else
{
OpenPOWER on IntegriCloud