[Lldb-commits] [lldb] r148057 - /lldb/trunk/source/Core/ValueObject.cpp
Jim Ingham
jingham at apple.com
Thu Jan 12 14:42:34 PST 2012
Author: jingham
Date: Thu Jan 12 16:42:34 2012
New Revision: 148057
URL: http://llvm.org/viewvc/llvm-project?rev=148057&view=rev
Log:
Fix a comment typo.
Modified:
lldb/trunk/source/Core/ValueObject.cpp
Modified: lldb/trunk/source/Core/ValueObject.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/ValueObject.cpp?rev=148057&r1=148056&r2=148057&view=diff
==============================================================================
--- lldb/trunk/source/Core/ValueObject.cpp (original)
+++ lldb/trunk/source/Core/ValueObject.cpp Thu Jan 12 16:42:34 2012
@@ -3594,7 +3594,7 @@
{
if (m_mod_id == current_mod_id)
{
- // Everything is already up to date in this object, no need do
+ // Everything is already up to date in this object, no need to
// update the execution context scope.
changed = false;
}
More information about the lldb-commits
mailing list