This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obvious?] fix typo in comment


By the way -- do you guys have an "obvious fix" rule?

2003-10-22  Michael Snyder  <msnyder@redhat.com>

	* section.c (asection): Fix typo in comment.

Index: section.c
===================================================================
RCS file: /cvs/src/src/bfd/section.c,v
retrieving revision 1.62
diff -p -r1.62 section.c
*** section.c	20 Oct 2003 14:38:39 -0000	1.62
--- section.c	23 Oct 2003 00:04:47 -0000
*************** CODE_FRAGMENT
*** 402,408 ****
  .  {* Nonzero if this section has a gp reloc.  *}
  .  unsigned int has_gp_reloc:1;
  .
! .  {* Usused bits.  *}
  .  unsigned int flag13:1;
  .  unsigned int flag14:1;
  .  unsigned int flag15:1;
--- 402,408 ----
  .  {* Nonzero if this section has a gp reloc.  *}
  .  unsigned int has_gp_reloc:1;
  .
! .  {* Unused bits.  *}
  .  unsigned int flag13:1;
  .  unsigned int flag14:1;
  .  unsigned int flag15:1;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]