Remove an errant ^S

(still can't get over those Emacs habits...)

llvm-svn: 324509
This commit is contained in:
Jim Ingham 2018-02-07 20:09:13 +00:00
parent cd0ac25124
commit 9c82180d3a
1 changed files with 1 additions and 1 deletions

View File

@ -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;