From fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 27 Sep 2001 20:27:58 +0000 Subject: merge from gcc --- libiberty/xatexit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/xatexit.c') diff --git a/libiberty/xatexit.c b/libiberty/xatexit.c index f5d3150..6d983a8 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. -- cgit v1.1