summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2018-02-07 20:09:13 +0000
committerJim Ingham <jingham@apple.com>2018-02-07 20:09:13 +0000
commit9c82180d3ac57d30d0ab664f4881330f4541cf0e (patch)
tree9a7306a233e45089093541fdf6d2f8c5fcd08e3a
parentcd0ac251240ba430459cc2bbdf989bdaa6af8cd9 (diff)
downloadbcm5719-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.i2
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;
OpenPOWER on IntegriCloud