diff options
Diffstat (limited to 'lldb/source/Core/ValueObjectChild.cpp')
-rw-r--r-- | lldb/source/Core/ValueObjectChild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObjectChild.cpp b/lldb/source/Core/ValueObjectChild.cpp index 2ded7b50e82..989386eea68 100644 --- a/lldb/source/Core/ValueObjectChild.cpp +++ b/lldb/source/Core/ValueObjectChild.cpp @@ -150,7 +150,7 @@ ValueObjectChild::UpdateValue () else { // Set this object's scalar value to the address of its - // value be adding its byte offset to the parent address + // value by adding its byte offset to the parent address m_value.GetScalar() += GetByteOffset(); } } |