From: Fariborz Jahanian Date: Mon, 2 Mar 2009 19:06:08 +0000 (+0000) Subject: Fixed a typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78c39c76103a36e37a05b1e40da93850ea64647b;p=clang Fixed a typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65855 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclObjC.cpp b/lib/Sema/SemaDeclObjC.cpp index fe26090a17..59b6e93971 100644 --- a/lib/Sema/SemaDeclObjC.cpp +++ b/lib/Sema/SemaDeclObjC.cpp @@ -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,