From 78c39c76103a36e37a05b1e40da93850ea64647b Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Mon, 2 Mar 2009 19:06:08 +0000 Subject: [PATCH] Fixed a typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65855 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaDeclObjC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0