This commit is contained in:
Philippe Canal 2013-11-01 06:08:38 -05:00 committed by sftnight
parent 869ba659a1
commit abdb935f70

View File

@ -1294,7 +1294,7 @@ namespace cling {
bool LookupHelper::hasFunction(const clang::Decl* scopeDecl,
llvm::StringRef funcName) const {
//FIXME: remore code duplication with findFunctionArgs() and friends.
//FIXME: remove code duplication with findFunctionArgs() and friends.
assert(scopeDecl && "Decl cannot be null");
//