diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-03-02 19:06:08 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-03-02 19:06:08 +0000 |
commit | 78c39c76103a36e37a05b1e40da93850ea64647b (patch) | |
tree | b92a89652bb51ca84a35e1aec2fadf83acc3d52f /lib/Sema/SemaDeclObjC.cpp | |
parent | b7f95f5b29ea4ba4231cbcbe581502ece5033795 (diff) |
Fixed a typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDeclObjC.cpp')
-rw-r--r-- | lib/Sema/SemaDeclObjC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |