diff options
Diffstat (limited to 'lldb/source/Core')
-rw-r--r-- | lldb/source/Core/DataExtractor.cpp | 2 | ||||
-rw-r--r-- | lldb/source/Core/DynamicLoader.cpp | 2 | ||||
-rw-r--r-- | lldb/source/Core/ValueObject.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Core/DataExtractor.cpp b/lldb/source/Core/DataExtractor.cpp index 3840afa9d4b..3ae4bec76a2 100644 --- a/lldb/source/Core/DataExtractor.cpp +++ b/lldb/source/Core/DataExtractor.cpp @@ -262,7 +262,7 @@ DataExtractor::GetByteOrder () const return m_byte_order; } //------------------------------------------------------------------ -// Set wether this object will endian swap values as it extracts +// Set whether this object will endian swap values as it extracts // data. //------------------------------------------------------------------ void diff --git a/lldb/source/Core/DynamicLoader.cpp b/lldb/source/Core/DynamicLoader.cpp index b6b2f27caef..a207e9f3315 100644 --- a/lldb/source/Core/DynamicLoader.cpp +++ b/lldb/source/Core/DynamicLoader.cpp @@ -58,7 +58,7 @@ DynamicLoader::~DynamicLoader() } //---------------------------------------------------------------------- -// Accessosors to the global setting as to wether to stop at image +// Accessosors to the global setting as to whether to stop at image // (shared library) loading/unloading. //---------------------------------------------------------------------- bool diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp index cd087f8b90d..5d866bc9b9a 100644 --- a/lldb/source/Core/ValueObject.cpp +++ b/lldb/source/Core/ValueObject.cpp @@ -111,7 +111,7 @@ ValueObject::UpdateValueIfNeeded (ExecutionContextScope *exe_scope) UpdateValue (exe_scope); // Update the fact that we tried to update the value for this - // value object wether or not we succeed + // value object whether or not we succeed m_update_id = stop_id; bool success = m_error.Success(); SetValueIsValid (success); |