summaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorNicola Pero <nicola@gcc.gnu.org>2010-12-30 22:03:02 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-12-30 22:03:02 +0000
commit22199294993ea64f9b1346e12f778c573661348c (patch)
tree35937dfc71ee791cebc596cf5fe1895dbacd3f56 /gcc/objc
parent27e09ff9fc87bbf27ffe0b169f5941d528309a25 (diff)
downloadgcc-22199294993ea64f9b1346e12f778c573661348c.tar.gz
Fixed typo in one of my last changelog entries
From-SVN: r168357
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 3edb54edb82..12536a03724 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -14,7 +14,7 @@
clearly state that the conflict is due to conflicting types, and
produce it for protocols as well. Emit an error if two identical
methods are declared in a protocol, but one is @required and the
- other one is @optional. When
+ other one is @optional.
2010-12-30 Nicola Pero <nicola.pero@meta-innovation.com>