diff options
author | Kamil Rytarowski <n54@gmx.com> | 2015-12-04 21:23:24 +0000 |
---|---|---|
committer | Kamil Rytarowski <n54@gmx.com> | 2015-12-04 21:23:24 +0000 |
commit | 8502545123c62a2a879bb03e62fd09f2cc829f23 (patch) | |
tree | aab1fc51b3211ee45eee575caa405549a5bd2aec /lldb/source/Core/IOHandler.cpp | |
parent | b7020255e5573381b25d773b70dd0219bc8b06aa (diff) | |
download | bcm5719-llvm-8502545123c62a2a879bb03e62fd09f2cc829f23.tar.gz bcm5719-llvm-8502545123c62a2a879bb03e62fd09f2cc829f23.zip |
Fix typo in a comment
llvm-svn: 254768
Diffstat (limited to 'lldb/source/Core/IOHandler.cpp')
-rw-r--r-- | lldb/source/Core/IOHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/IOHandler.cpp b/lldb/source/Core/IOHandler.cpp index de510c51d34..47d00e9184c 100644 --- a/lldb/source/Core/IOHandler.cpp +++ b/lldb/source/Core/IOHandler.cpp @@ -2214,7 +2214,7 @@ type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect { // Run the action on this menu in case we need to populate the // menu with dynamic content and also in case check marks, and - // any other menu decorations need to be caclulated + // any other menu decorations need to be calculated if (run_menu_sp->Action() == MenuActionResult::Quit) return eQuitApplication; |