diff options
| author | Jim Ingham <jingham@apple.com> | 2012-01-12 22:42:34 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2012-01-12 22:42:34 +0000 |
| commit | 5cfbe4aa53ffd0185dc210633d9ca38765c6bddf (patch) | |
| tree | 3db59f2a53076325659ffc60171e992896c79e2e /lldb/source/Core/ValueObject.cpp | |
| parent | 8c89d125ff12202b52326886e27e72906883bc6c (diff) | |
| download | bcm5719-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.cpp | 2 |
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; } |

