Fix typo from r76321.

llvm-svn: 76322
This commit is contained in:
Steve Naroff 2009-07-18 15:38:31 +00:00
parent c277ad10f0
commit 4105f3eaf9
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ const ObjCInterfaceType *Type::getAsObjCQualifiedInterfaceType() const {
}
bool Type::isObjCQualifiedInterfaceType() const {
return getAsObjCQualifiedIdType() != 0;
return getAsObjCQualifiedInterfaceType() != 0;
}
const ObjCObjectPointerType *Type::getAsObjCObjectPointerType() const {