summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatyana Krasnukha <tatyana@synopsys.com>2017-11-22 13:03:02 +0000
committerTatyana Krasnukha <tatyana@synopsys.com>2017-11-22 13:03:02 +0000
commitd40f35721916e43f68575f2d9284e3a778ca2c16 (patch)
tree8af91d7dda0aaf79bf2fa725b772fced0e34cea0
parent167306a56c6d1e0ed4475b41235e47d4812429e8 (diff)
downloadbcm5719-llvm-d40f35721916e43f68575f2d9284e3a778ca2c16.tar.gz
bcm5719-llvm-d40f35721916e43f68575f2d9284e3a778ca2c16.zip
Test commit. Fix typo in comment.
llvm-svn: 318832
-rw-r--r--lldb/include/lldb/Core/Architecture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/Architecture.h b/lldb/include/lldb/Core/Architecture.h
index c683b9c54c6..af774ecdaf9 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
OpenPOWER on IntegriCloud