diff options
author | DJ Delorie <dj@redhat.com> | 2007-01-31 20:25:23 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2007-01-31 20:25:23 +0000 |
commit | 6dd7f013b41d1577eba29df0f52f34a513fdeb4c (patch) | |
tree | cc43ed5870f81a4c9d63e16b2bda04794d736330 /libiberty/choose-temp.c | |
parent | 6d9c3a87031e1f86c057351a0456a8edd4148f81 (diff) | |
download | binutils-gdb-6dd7f013b41d1577eba29df0f52f34a513fdeb4c.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/choose-temp.c')
-rw-r--r-- | libiberty/choose-temp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c index 4a26a827a2c..b1c2e5b66ba 100644 --- a/libiberty/choose-temp.c +++ b/libiberty/choose-temp.c @@ -46,7 +46,7 @@ find one. The current directory is chosen if all else fails so the program is exited if a temporary directory can't be found (@code{mktemp} fails). The buffer for the result is obtained with @code{xmalloc}. -This function is provided for backwards compatability only. Its use is +This function is provided for backwards compatibility only. Its use is not recommended. @end deftypefn |