summaryrefslogtreecommitdiff
path: root/libiberty/choose-temp.c
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-01-31 20:05:50 +0000
committerDJ Delorie <dj@gcc.gnu.org>2007-01-31 15:05:50 -0500
commit15b16eb559254f90edec90b418d8b5276049d6fe (patch)
treeded2510d9098fc64d9256a027ce42d7c382c12d6 /libiberty/choose-temp.c
parent5df332522584230825435e6a168c11b7e9883699 (diff)
downloadgcc-15b16eb559254f90edec90b418d8b5276049d6fe.tar.gz
hex.c: Fix typo.
* hex.c: Fix typo. * choose-temp.c: Likewise. * functions.texi: Regenerate. From-SVN: r121435
Diffstat (limited to 'libiberty/choose-temp.c')
-rw-r--r--libiberty/choose-temp.c2
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