summaryrefslogtreecommitdiff
path: root/binutils/arsup.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-10-27 13:20:32 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-10-27 13:20:32 +0000
commitf7622b8878f1cd1bff476800bf4d7f59976601f7 (patch)
treedc31e7aaa94dc885cc52a5eb116306faaeb80d66 /binutils/arsup.c
parentd7911354c67194e2e2e3c05e87d181b7849efe72 (diff)
downloadbinutils-redhat-f7622b8878f1cd1bff476800bf4d7f59976601f7.tar.gz
* ChangeLog: Fix typos.
* ChangeLog-9197: Likewise. * ChangeLog-9899: Likewise. * NEWS: Likewise. * ar.c: Fix comment typos. * arsup.c: Likewise. * coffgrok.c: Likewise. * debug.c: Likewise. * debug.h: Likewise. * dlltool.c: Likewise. * ieee.c: Likewise. * nm.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * readelf.c: Likewise. * resrc.c: Likewise. * sysinfo.y: Likewise. * windres.c: Likewise.
Diffstat (limited to 'binutils/arsup.c')
-rw-r--r--binutils/arsup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/arsup.c b/binutils/arsup.c
index e69281fcfd..676a6bc14c 100644
--- a/binutils/arsup.c
+++ b/binutils/arsup.c
@@ -235,7 +235,7 @@ ar_addlib (char *name, struct list *list)
if (arch != NULL)
map_over_list (arch, ar_addlib_doer, list);
- /* Don't close the bfd, since it will make the elements disasppear. */
+ /* Don't close the bfd, since it will make the elements disappear. */
}
}