forked from OSchip/llvm-project
Remove an errant ^S
(still can't get over those Emacs habits...) llvm-svn: 324509
This commit is contained in:
parent
cd0ac25124
commit
9c82180d3a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue