diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-12-13 21:17:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-12-13 21:17:04 +0000 |
commit | c2051761329bf524ff808170c1664019d5d33b19 (patch) | |
tree | d818a0a2fa73319c0703aa7ac8b58b857110c48b /bfd | |
parent | 71903a11b9c39cc546b7004bffa0aab8553389c7 (diff) | |
download | gdb-c2051761329bf524ff808170c1664019d5d33b19.zip gdb-c2051761329bf524ff808170c1664019d5d33b19.tar.gz gdb-c2051761329bf524ff808170c1664019d5d33b19.tar.bz2 |
Fix a typo.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8964070..4a55286 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -828,7 +828,7 @@ 2006-09-16 Nick Clifton <nickc@redhat.com> Pedro Alves <pedro_alves@portugalmail.pt> - * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant + * bfd-in.h (STRING_COMMA_LEN): New macro. Takes one constant string as its argument and emits the string followed by a comma and then the length of the string. (CONST_STRNEQ): New macro. Checks to see if a variable string |