Tweak previous change (only assume malformed_archive if errno == 0).
[deliverable/binutils-gdb.git] / bfd / bfd.doc
index 3e3183e1ca400e4344e09bf90cec469b7d1b3e63..c74c8ce48ee592b9b28e5835fcfca6e863108eb8 100755 (executable)
@@ -93,7 +93,7 @@ char * bfd_format_string (bfd_format format)
 Error handling
 
 General rules:
-funtions which are boolean return true on success and false on failure
+functions which are boolean return true on success and false on failure
 (unless they're a predicate).  Functions which return pointers to
 objects return NULL on error.  The specifics are documented with each
 function.
@@ -633,10 +633,10 @@ boolean   bfd_set_symtab  (bfd *outbfd, asymbol **location,
        after using this function (although the storage may be
        reclaimed once the bfd has been closed).
        
-If you're done with the symol table you can tell bfd about it by
+If you're done with the symbol table you can tell bfd about it by
 calling bfd_reclaim_symbol_table, which takes a bfd.  Calling this
 function will also reclaim any relocation entries you may have
-requested.  If you don't use this function bfd will keep around all
+requested.  If you don't use this function, bfd will keep around all
 symbol information until the bfd is closed.
 
 Similarly, relocations have a canonical format.  See the file bfd.h for
This page took 0.023308 seconds and 4 git commands to generate.