[Lldb-commits] [lldb] r139948 - /lldb/trunk/source/Commands/CommandObjectFrame.cpp

Johnny Chen johnny.chen at apple.com
Fri Sep 16 14:46:38 PDT 2011


Author: johnny
Date: Fri Sep 16 16:46:38 2011
New Revision: 139948

URL: http://llvm.org/viewvc/llvm-project?rev=139948&view=rev
Log:
Fix typo.

Modified:
    lldb/trunk/source/Commands/CommandObjectFrame.cpp

Modified: lldb/trunk/source/Commands/CommandObjectFrame.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectFrame.cpp?rev=139948&r1=139947&r2=139948&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectFrame.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectFrame.cpp Fri Sep 16 16:46:38 2011
@@ -540,7 +540,7 @@
                                     if (var_sp && var_sp->GetDeclaration().GetFile())
                                     {
                                         StreamString ss;
-                                        // True to show fullpath for declrarion file.
+                                        // True to show fullpath for declaration file.
                                         var_sp->GetDeclaration().DumpStopContext(&ss, true);
                                         wp_loc->SetDeclInfo(ss.GetString());
                                     }





More information about the lldb-commits mailing list