summaryrefslogtreecommitdiff
path: root/libiberty/functions.texi
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/functions.texi
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/functions.texi')
-rw-r--r--libiberty/functions.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/functions.texi b/libiberty/functions.texi
index b791f23c1b4..9f49ff484d6 100644
--- a/libiberty/functions.texi
+++ b/libiberty/functions.texi
@@ -153,7 +153,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
@@ -420,7 +420,7 @@ or zero if it is not. Note that the value you pass will be cast to
@deftypefn Extension {unsigned int} hex_value (int @var{c})
Returns the numeric equivalent of the given character when interpreted
-as a hexidecimal digit. The result is undefined if you pass an
+as a hexadecimal digit. The result is undefined if you pass an
invalid hex digit. Note that the value you pass will be cast to
@code{unsigned char} within the macro.