Author: jingham Date: Wed Feb 7 12:09:13 2018 New Revision: 324509 URL: http://llvm.org/viewvc/llvm-project?rev=324509&view=rev Log: Remove an errant ^S
(still can't get over those Emacs habits...) Modified: lldb/trunk/scripts/interface/SBThread.i Modified: lldb/trunk/scripts/interface/SBThread.i URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/interface/SBThread.i?rev=324509&r1=324508&r2=324509&view=diff ============================================================================== --- lldb/trunk/scripts/interface/SBThread.i (original) +++ lldb/trunk/scripts/interface/SBThread.i Wed Feb 7 12:09:13 2018 @@ -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; _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits