[Lldb-commits] [lldb] r241173 - Fix typo in comment.
Dawn Perchik
dawn at burble.org
Wed Jul 1 10:41:03 PDT 2015
Author: dperchik
Date: Wed Jul 1 12:41:02 2015
New Revision: 241173
URL: http://llvm.org/viewvc/llvm-project?rev=241173&view=rev
Log:
Fix typo in comment.
Modified:
lldb/trunk/source/Expression/ClangUserExpression.cpp
Modified: lldb/trunk/source/Expression/ClangUserExpression.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/ClangUserExpression.cpp?rev=241173&r1=241172&r2=241173&view=diff
==============================================================================
--- lldb/trunk/source/Expression/ClangUserExpression.cpp (original)
+++ lldb/trunk/source/Expression/ClangUserExpression.cpp Wed Jul 1 12:41:02 2015
@@ -237,7 +237,7 @@ ClangUserExpression::ScanContext(Executi
else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_context))
{
// We might also have a function that said in the debug information that it captured an
- // object pointer. The best way to deal with getting to the ivars at present it by pretending
+ // object pointer. The best way to deal with getting to the ivars at present is by pretending
// that this is a method of a class in whatever runtime the debug info says the object pointer
// belongs to. Do that here.
More information about the lldb-commits
mailing list