From 9c82180d3ac57d30d0ab664f4881330f4541cf0e Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Wed, 7 Feb 2018 20:09:13 +0000 Subject: Remove an errant ^S (still can't get over those Emacs habits...) llvm-svn: 324509 --- lldb/scripts/interface/SBThread.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/scripts/interface/SBThread.i') diff --git a/lldb/scripts/interface/SBThread.i b/lldb/scripts/interface/SBThread.i index c36b1b519e6..823296cd4c2 100644 --- a/lldb/scripts/interface/SBThread.i +++ b/lldb/scripts/interface/SBThread.i @@ -329,7 +329,7 @@ public: //-------------------------------------------------------------------------- /// Get the description strings for this thread that match what the /// lldb driver will present, using the thread-format (stop_format==false) - /// or thread-stop-format (stop_format = true). + /// or thread-stop-format (stop_format = true). //-------------------------------------------------------------------------- ") GetDescription; bool GetDescription(lldb::SBStream &description, bool stop_format) const; -- cgit v1.2.3