X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libiberty%2Fhex.c;h=5eeafdbd15860f55457ac635cda89237db6e3652;hb=b3d7d7e2d670a5a4acd817d3ae770f2b66ba96ee;hp=86ba0b5b872fa7db852d1a6349fd3ca49e58d7f2;hpb=95b8d1bcbb4add3edbf7f6e54ecf9a9b2a0955e4;p=pf3gnuchains%2Fgcc-fork.git 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.