diff options
author | Roland Pesch <pesch@cygnus> | 1991-08-19 23:03:12 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-08-19 23:03:12 +0000 |
commit | 188d6d224e9e777c4083922b2789d9d81b155ee8 (patch) | |
tree | b9d18d667548f2760a178eb3d2753e7b8eaa81cd /bfd/libbfd.h | |
parent | 2791be2f81936dbbb516c84fae023e78a4d45b80 (diff) | |
download | gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.zip gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.gz gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.bz2 |
Fixed minor typos.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index bf84142..f7b2912 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -232,7 +232,7 @@ Initialize a BFD by putting it on the cache LRU. /* *i bfd_cache_close -Remove the BFD from the cache. If the attatched file is open, then close it too. +Remove the BFD from the cache. If the attached file is open, then close it too. */ PROTO(void, bfd_cache_close, (bfd *)); |