diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-01-29 16:35:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-01-29 16:35:03 +0000 |
commit | d334575b7690fe3ed2850838af961fa706434ca8 (patch) | |
tree | e52ae1935c9c891666a85486d2536eb9ea57a71b /bfd/elf-attrs.c | |
parent | 8d8e0703f44b4fe58cb3e7ded5d337a3c868d3e2 (diff) | |
download | gdb-d334575b7690fe3ed2850838af961fa706434ca8.zip gdb-d334575b7690fe3ed2850838af961fa706434ca8.tar.gz gdb-d334575b7690fe3ed2850838af961fa706434ca8.tar.bz2 |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf-attrs.c b/bfd/elf-attrs.c index e60053b..568bd7c 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 |