diff options
author | Ed Maste <emaste@freebsd.org> | 2016-07-19 15:28:02 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2016-07-19 15:28:02 +0000 |
commit | 75500e72bb9db4451e4ecd19f4d47cfa6f394239 (patch) | |
tree | 78eaf17f283b1daff95ca33baf937e51ac518216 /lldb/source/Core/Error.cpp | |
parent | 83cc0622ec53fe0c2fed6aa56566411a44935314 (diff) | |
download | bcm5719-llvm-75500e72bb9db4451e4ecd19f4d47cfa6f394239.tar.gz bcm5719-llvm-75500e72bb9db4451e4ecd19f4d47cfa6f394239.zip |
Typo corrections identified by codespell
Submitted by giffunip@yahoo.com; I fixed a couple of nearby errors and
incorrect changes in the patch.
llvm.org/pr27634
llvm-svn: 275983
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 |