aboutsummaryrefslogtreecommitdiff
path: root/bfd/section.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-10-23 18:27:41 +0000
committerMichael Snyder <msnyder@vmware.com>2003-10-23 18:27:41 +0000
commit9c3ed942dd4df4cff08acfbde40fce738759409f (patch)
tree6867a14b98b16079a0f565db5dad361c2565b012 /bfd/section.c
parent9e75165df3cc4ebfba7d16e62ce48c0f28c02adb (diff)
downloadgdb-9c3ed942dd4df4cff08acfbde40fce738759409f.zip
gdb-9c3ed942dd4df4cff08acfbde40fce738759409f.tar.gz
gdb-9c3ed942dd4df4cff08acfbde40fce738759409f.tar.bz2
2003-10-23 Michael Snyder <msnyder@redhat.com>
* section.c (asection): Fix typo in comment.
Diffstat (limited to 'bfd/section.c')
-rw-r--r--bfd/section.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/section.c b/bfd/section.c
index 30b1330..3dcfcb2 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;