summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-20 19:20:54 +0000
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-20 19:20:54 +0000
commitf3fefa12de075dcf0a5c44c3ff986ee28464a3b6 (patch)
tree9da54f12ede85fe2dbb51d305173c94c6456dd10
parent968a05f9d449cf7f05c752704dfac263a7b37d69 (diff)
Fixed a typo in my ChangeLog entry for 2010-11-06
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166979 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/objc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 86ee5814a405..e91329013755 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -157,7 +157,7 @@
2010-11-06 Nicola Pero <nicola.pero@meta-innovation.com>
- Fixed using the Objective-C 2.0 syntax with self and super.
+ Fixed using the Objective-C 2.0 dot-syntax with self and super.
* objc-act.c (OBJC_LOOKUP_NO_INSTANCE_METHODS_OF_ROOT_CLASS): New.
(maybe_make_artificial_property_decl): Added 'implementation'
argument. Use OBJC_LOOKUP_NO_INSTANCE_METHODS_OF_ROOT_CLASS when