aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.doc
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/bfd.doc')
-rwxr-xr-xbfd/bfd.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd.doc b/bfd/bfd.doc
index 3e3183e..ca5f9fa 100755
--- a/bfd/bfd.doc
+++ b/bfd/bfd.doc
@@ -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.