From: Michael Snyder Date: Thu, 23 Oct 2003 18:27:41 +0000 (+0000) Subject: 2003-10-23 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c3ed942dd4df4cff08acfbde40fce738759409f;p=binutils-gdb.git 2003-10-23 Michael Snyder * section.c (asection): Fix typo in comment. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 48aae37d3d6..926b2a1bdd2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2003-10-23 Michael Snyder + + * section.c (asection): Fix typo in comment. + 2003-10-23 Alan Modra * elf64-ppc.c (get_tls_mask): Add toc_symndx param, save toc diff --git a/bfd/section.c b/bfd/section.c index 30b1330682c..3dcfcb297dc 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -402,7 +402,7 @@ CODE_FRAGMENT . {* Nonzero if this section has a gp reloc. *} . unsigned int has_gp_reloc:1; . -. {* Usused bits. *} +. {* Unused bits. *} . unsigned int flag13:1; . unsigned int flag14:1; . unsigned int flag15:1;