diff options
Diffstat (limited to 'lldb/source/Core/Error.cpp')
-rw-r--r-- | lldb/source/Core/Error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp index 97c2c4cc5b6..a9310237fdb 100644 --- a/lldb/source/Core/Error.cpp +++ b/lldb/source/Core/Error.cpp @@ -155,7 +155,7 @@ Error::GetType () const } //---------------------------------------------------------------------- -// Retuns true if this object contains an value that describes an +// Returns true if this object contains a value that describes an // error or otherwise non-success result. //---------------------------------------------------------------------- bool |