aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDeclObjC.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-03-02 19:06:08 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-03-02 19:06:08 +0000
commit78c39c76103a36e37a05b1e40da93850ea64647b (patch)
treeb92a89652bb51ca84a35e1aec2fadf83acc3d52f /lib/Sema/SemaDeclObjC.cpp
parentb7f95f5b29ea4ba4231cbcbe581502ece5033795 (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.cpp2
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,