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/hex.c | |
parent | 6d9c3a87031e1f86c057351a0456a8edd4148f81 (diff) | |
download | gdb-6dd7f013b41d1577eba29df0f52f34a513fdeb4c.zip gdb-6dd7f013b41d1577eba29df0f52f34a513fdeb4c.tar.gz gdb-6dd7f013b41d1577eba29df0f52f34a513fdeb4c.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/hex.c')
-rw-r--r-- | libiberty/hex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/hex.c b/libiberty/hex.c index 86ba0b5..5eeafdb 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. |