summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2012-01-12 22:42:34 +0000
committerJim Ingham <jingham@apple.com>2012-01-12 22:42:34 +0000
commit5cfbe4aa53ffd0185dc210633d9ca38765c6bddf (patch)
tree3db59f2a53076325659ffc60171e992896c79e2e /lldb/source/Core/ValueObject.cpp
parent8c89d125ff12202b52326886e27e72906883bc6c (diff)
downloadbcm5719-llvm-5cfbe4aa53ffd0185dc210633d9ca38765c6bddf.tar.gz
bcm5719-llvm-5cfbe4aa53ffd0185dc210633d9ca38765c6bddf.zip
Fix a comment typo.
llvm-svn: 148057
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r--lldb/source/Core/ValueObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index 549b40b17f9..25ad733b8cf 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -3594,7 +3594,7 @@ ValueObject::EvaluationPoint::SyncWithProcessState(ExecutionContextScope *&exe_s
{
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;
}
OpenPOWER on IntegriCloud