Fixed a typo.

llvm-svn: 65855
This commit is contained in:
Fariborz Jahanian 2009-03-02 19:06:08 +00:00
parent 33afd771b4
commit abf63e7bb3
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ void Sema::MergeProtocolPropertiesIntoClass(Decl *CDecl,
}
}
/// DiagnoseClassExtensionDupMethods - Check for duplicate declartation of
/// DiagnoseClassExtensionDupMethods - Check for duplicate declaration of
/// a class method in its extension.
///
void Sema::DiagnoseClassExtensionDupMethods(ObjCCategoryDecl *CAT,