diff options
author | DJ Delorie <dj@redhat.com> | 2001-09-27 20:27:58 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-09-27 20:27:58 +0000 |
commit | fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e (patch) | |
tree | eab3f8364165c1526f7ea2a5fef4db2ebda18653 /libiberty/xexit.c | |
parent | 0ac8d2cabf050fa3d463a79240ef8e05db368b1f (diff) | |
download | gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.zip gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.tar.gz gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/xexit.c')
-rw-r--r-- | libiberty/xexit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xexit.c b/libiberty/xexit.c index 55ca55a..a65690f 100644 --- a/libiberty/xexit.c +++ b/libiberty/xexit.c @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ @deftypefn Replacement void xexit (int @var{code}) Terminates the program. If any functions have been registered with -the @code{xatexit} rpelacement function, they will be called first. +the @code{xatexit} replacement function, they will be called first. Termination is handled via the system's normal @code{exit} call. @end deftypefn |