diff options
author | Jim Ingham <jingham@apple.com> | 2018-02-07 20:09:13 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2018-02-07 20:09:13 +0000 |
commit | 9c82180d3ac57d30d0ab664f4881330f4541cf0e (patch) | |
tree | 9a7306a233e45089093541fdf6d2f8c5fcd08e3a | |
parent | cd0ac251240ba430459cc2bbdf989bdaa6af8cd9 (diff) | |
download | bcm5719-llvm-9c82180d3ac57d30d0ab664f4881330f4541cf0e.tar.gz bcm5719-llvm-9c82180d3ac57d30d0ab664f4881330f4541cf0e.zip |
Remove an errant ^S
(still can't get over those Emacs habits...)
llvm-svn: 324509
-rw-r--r-- | lldb/scripts/interface/SBThread.i | 2 |
1 files changed, 1 insertions, 1 deletions
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; |