[Lldb-commits] [lldb] r211842 - Test commit: wether -> whether.

Bruce Mitchener bruce.mitchener at gmail.com
Thu Jun 26 18:58:47 PDT 2014


Author: brucem
Date: Thu Jun 26 20:58:47 2014
New Revision: 211842

URL: http://llvm.org/viewvc/llvm-project?rev=211842&view=rev
Log:
Test commit: wether -> whether.

Modified:
    lldb/trunk/include/lldb/Target/Thread.h

Modified: lldb/trunk/include/lldb/Target/Thread.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Thread.h?rev=211842&r1=211841&r2=211842&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Thread.h (original)
+++ lldb/trunk/include/lldb/Target/Thread.h Thu Jun 26 20:58:47 2014
@@ -549,7 +549,7 @@ public:
     ///
     /// @param[in] step_in_avoids_code_without_debug_info
     ///     If \a true, then avoid stepping into code that doesn't have
-    ///     debug info, else step into any code regardless of wether it
+    ///     debug info, else step into any code regardless of whether it
     ///     has debug info.
     ///
     /// @param[in] step_out_avoids_code_without_debug_info





More information about the lldb-commits mailing list