diff options
| author | Tatyana Krasnukha <tatyana@synopsys.com> | 2017-11-22 13:03:02 +0000 |
|---|---|---|
| committer | Tatyana Krasnukha <tatyana@synopsys.com> | 2017-11-22 13:03:02 +0000 |
| commit | d40f35721916e43f68575f2d9284e3a778ca2c16 (patch) | |
| tree | 8af91d7dda0aaf79bf2fa725b772fced0e34cea0 | |
| parent | 167306a56c6d1e0ed4475b41235e47d4812429e8 (diff) | |
| download | bcm5719-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.h | 2 |
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 |

