OSDN Git Service

Fixed typo in one of my last changelog entries
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 2010 22:03:02 +0000 (22:03 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 2010 22:03:02 +0000 (22:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168357 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/ChangeLog

index 3edb54e..12536a0 100644 (file)
@@ -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>