commit | 599558e69e5f753a6540a48e98b0617dd5894064 | [log] [tgz] |
---|---|---|
author | Jason Molenda <jmolenda@apple.com> | Tue Feb 21 05:09:26 2017 +0000 |
committer | Jason Molenda <jmolenda@apple.com> | Tue Feb 21 05:09:26 2017 +0000 |
tree | 77a2f0c590cd194efc0cc4e87877961b17d09883 | |
parent | d9fe6648686b64b76e363816f8dada5b6c3c6354 [diff] |
Fix spelling mistake. llvm-svn: 295694
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp index a9615cb..3e5bc0a 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
@@ -609,7 +609,7 @@ if (!object_ptr_error.Success()) { exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Printf( - "warning: `%s' is not accessible (subsituting 0)\n", + "warning: `%s' is not accessible (substituting 0)\n", object_name.AsCString()); object_ptr = 0; }