diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-05-29 09:10:46 +0000 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-05-29 09:10:46 +0000 |
| commit | 4ebdee0a59e900e96b5bc177247213b5e33bb058 (patch) | |
| tree | 53166535071c214e9e307e851e80f6f8766e77c2 /lldb/source/Utility/Status.cpp | |
| parent | 9c3d1f468a0238c5a5a23499bbf76355f5150801 (diff) | |
| download | bcm5719-llvm-4ebdee0a59e900e96b5bc177247213b5e33bb058.tar.gz bcm5719-llvm-4ebdee0a59e900e96b5bc177247213b5e33bb058.zip | |
Typo fixes.
Reviewers: javed.absar
Subscribers: ki.stfu, JDevlieghere, lldb-commits
Differential Revision: https://reviews.llvm.org/D47421
llvm-svn: 333399
Diffstat (limited to 'lldb/source/Utility/Status.cpp')
| -rw-r--r-- | lldb/source/Utility/Status.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Utility/Status.cpp b/lldb/source/Utility/Status.cpp index e686204f8c4..f6dc228391b 100644 --- a/lldb/source/Utility/Status.cpp +++ b/lldb/source/Utility/Status.cpp @@ -167,7 +167,7 @@ ErrorType Status::GetType() const { return m_type; } bool Status::Fail() const { return m_code != 0; } //---------------------------------------------------------------------- -// Set accesssor for the error value to "err" and the type to +// Set accessor for the error value to "err" and the type to // "eErrorTypeMachKernel" //---------------------------------------------------------------------- void Status::SetMachError(uint32_t err) { @@ -201,7 +201,7 @@ int Status::SetExpressionErrorWithFormat(lldb::ExpressionResults result, } //---------------------------------------------------------------------- -// Set accesssor for the error value and type. +// Set accessor for the error value and type. //---------------------------------------------------------------------- void Status::SetError(ValueType err, ErrorType type) { m_code = err; |

