Fix typo in comment.

llvm-svn: 241173
This commit is contained in:
Dawn Perchik 2015-07-01 17:41:02 +00:00
parent e1cd96bf9e
commit 508f040994
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ ClangUserExpression::ScanContext(ExecutionContext &exe_ctx, Error &err)
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.