[Lldb-commits] [lldb] r318832 - Test commit. Fix typo in comment.

Tatyana Krasnukha via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 22 05:03:02 PST 2017


Author: tkrasnukha
Date: Wed Nov 22 05:03:02 2017
New Revision: 318832

URL: http://llvm.org/viewvc/llvm-project?rev=318832&view=rev
Log:
Test commit. Fix typo in comment.

Modified:
    lldb/trunk/include/lldb/Core/Architecture.h

Modified: lldb/trunk/include/lldb/Core/Architecture.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Architecture.h?rev=318832&r1=318831&r2=318832&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Architecture.h (original)
+++ lldb/trunk/include/lldb/Core/Architecture.h Wed Nov 22 05:03:02 2017
@@ -22,7 +22,7 @@ public:
   //------------------------------------------------------------------
   /// This is currently intended to handle cases where a
   /// program stops at an instruction that won't get executed and it
-  /// allows the stop reasonm, like "breakpoint hit", to be replaced
+  /// allows the stop reason, like "breakpoint hit", to be replaced
   /// with a different stop reason like "no stop reason".
   ///
   /// This is specifically used for ARM in Thumb code when we stop in




More information about the lldb-commits mailing list