aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-09-27 20:27:58 +0000
committerDJ Delorie <dj@redhat.com>2001-09-27 20:27:58 +0000
commitfa9f0e33b3c0510267d7a41f2f4ee72ba452c37e (patch)
treeeab3f8364165c1526f7ea2a5fef4db2ebda18653 /libiberty/xatexit.c
parent * elf32-i386.c (elf_i386_check_relocs): Update comment since we (diff)
downloadbinutils-gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.tar.gz
binutils-gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.tar.bz2
binutils-gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.zip
merge from gcc
Diffstat (limited to 'libiberty/xatexit.c')
-rw-r--r--libiberty/xatexit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xatexit.c b/libiberty/xatexit.c
index f5d31503289..6d983a894f4 100644
--- a/libiberty/xatexit.c
+++ b/libiberty/xatexit.c
@@ -11,7 +11,7 @@
@deftypefun int xatexit (void (*@var{fn}) (void))
Behaves as the standard @code{atexit} function, but with no limit on
-the number of registered funtions. Returns 0 on success, or -1 on
+the number of registered functions. Returns 0 on success, or -1 on
failure. If you use @code{xatexit} to register functions, you must use
@code{xexit} to terminate your program.