summaryrefslogtreecommitdiff
path: root/libiberty/hex.c
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 20:05:50 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 20:05:50 +0000
commit8e7e3487003aa810fa304080a2ebd755f410932a (patch)
treeded2510d9098fc64d9256a027ce42d7c382c12d6 /libiberty/hex.c
parent62e761afd47d55fb2bcc32a97775e9cdad2ba7f6 (diff)
downloadgcc-8e7e3487003aa810fa304080a2ebd755f410932a.tar.gz
* hex.c: Fix typo.
* choose-temp.c: Likewise. * functions.texi: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121435 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/hex.c')
-rw-r--r--libiberty/hex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/hex.c b/libiberty/hex.c
index 86ba0b5b872..5eeafdbd158 100644
--- a/libiberty/hex.c
+++ b/libiberty/hex.c
@@ -50,7 +50,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.