projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e09ff
)
Fixed typo in one of my last changelog entries
author
Nicola Pero
<nicola@gcc.gnu.org>
Thu, 30 Dec 2010 22:03:02 +0000
(22:03 +0000)
committer
Nicola Pero
<nicola@gcc.gnu.org>
Thu, 30 Dec 2010 22:03:02 +0000
(22:03 +0000)
From-SVN: r168357
gcc/objc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/objc/ChangeLog
b/gcc/objc/ChangeLog
index 3edb54edb823dabb7226ddf9f378b471ffd55964..12536a0372482ac3e6a5655fb111fae87747802f 100644
(file)
--- 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>