From d40f35721916e43f68575f2d9284e3a778ca2c16 Mon Sep 17 00:00:00 2001 From: Tatyana Krasnukha Date: Wed, 22 Nov 2017 13:03:02 +0000 Subject: [PATCH] Test commit. Fix typo in comment. llvm-svn: 318832 --- lldb/include/lldb/Core/Architecture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/Core/Architecture.h b/lldb/include/lldb/Core/Architecture.h index c683b9c..af774ec 100644 --- a/lldb/include/lldb/Core/Architecture.h +++ b/lldb/include/lldb/Core/Architecture.h @@ -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 -- 2.7.4