summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseObjc.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-17 05:40:22 +0000
committerChris Lattner <sabre@nondot.org>2010-12-17 05:40:22 +0000
commit4da4e2573b2399f5225c60a7bf8729dc756c9977 (patch)
treea8c3503aa1e6b04c0b66cf84899b353461999b07 /clang/lib/Parse/ParseObjc.cpp
parent853da96736a38a58e18bec9de91c67bfab2cd1fe (diff)
downloadbcm5719-llvm-4da4e2573b2399f5225c60a7bf8729dc756c9977.tar.gz
bcm5719-llvm-4da4e2573b2399f5225c60a7bf8729dc756c9977.zip
fix typo
llvm-svn: 122041
Diffstat (limited to 'clang/lib/Parse/ParseObjc.cpp')
-rw-r--r--clang/lib/Parse/ParseObjc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseObjc.cpp b/clang/lib/Parse/ParseObjc.cpp
index 456c9c72820..4324e0824d9 100644
--- a/clang/lib/Parse/ParseObjc.cpp
+++ b/clang/lib/Parse/ParseObjc.cpp
@@ -421,7 +421,7 @@ void Parser::ParseObjCInterfaceDeclList(Decl *interfaceDecl,
case tok::objc_property:
if (!getLang().ObjC2)
- Diag(AtLoc, diag::err_objc_propertoes_require_objc2);
+ Diag(AtLoc, diag::err_objc_properties_require_objc2);
ObjCDeclSpec OCDS;
// Parse property attribute list, if any.
OpenPOWER on IntegriCloud