summaryrefslogtreecommitdiff
path: root/bfd/elf-attrs.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-01-29 16:35:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-01-29 16:35:03 +0000
commit3d78b756d70ddb3430e6c112b1a74f6fc98f27b3 (patch)
treeaf78583d1f6a4e77e0189fc3877607b535ebe433 /bfd/elf-attrs.c
parent5993144b13413ecb646ec572872a7fcb955d15e6 (diff)
downloadbinutils-redhat-3d78b756d70ddb3430e6c112b1a74f6fc98f27b3.tar.gz
2009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
Mark Shinwell <shinwell@codesourcery.com> Catherine Moore <clm@codesourcery.com> * elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
Diffstat (limited to 'bfd/elf-attrs.c')
-rw-r--r--bfd/elf-attrs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf-attrs.c b/bfd/elf-attrs.c
index e60053b872..568bd7cb0e 100644
--- a/bfd/elf-attrs.c
+++ b/bfd/elf-attrs.c
@@ -238,7 +238,7 @@ elf_new_obj_attr (bfd *abfd, int vendor, int tag)
if (tag < NUM_KNOWN_OBJ_ATTRIBUTES)
{
- /* Knwon tags are preallocated. */
+ /* Known tags are preallocated. */
attr = &elf_known_obj_attributes (abfd)[vendor][tag];
}
else
@@ -272,7 +272,7 @@ bfd_elf_get_obj_attr_int (bfd *abfd, int vendor, int tag)
if (tag < NUM_KNOWN_OBJ_ATTRIBUTES)
{
- /* Knwon tags are preallocated. */
+ /* Known tags are preallocated. */
return elf_known_obj_attributes (abfd)[vendor][tag].i;
}
else