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