[Lldb-commits] [lldb] r254768 - Fix typo in a comment

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 4 13:23:25 PST 2015


Author: kamil
Date: Fri Dec  4 15:23:24 2015
New Revision: 254768

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

Modified:
    lldb/trunk/source/Core/IOHandler.cpp

Modified: lldb/trunk/source/Core/IOHandler.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/IOHandler.cpp?rev=254768&r1=254767&r2=254768&view=diff
==============================================================================
--- lldb/trunk/source/Core/IOHandler.cpp (original)
+++ lldb/trunk/source/Core/IOHandler.cpp Fri Dec  4 15:23:24 2015
@@ -2214,7 +2214,7 @@ type summary add -s "${var.origin%S} ${v
             {
                 // 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;
 




More information about the lldb-commits mailing list