summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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