]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
merge from gcc
authorDJ Delorie <dj@redhat.com>
Wed, 31 Jan 2007 20:25:23 +0000 (20:25 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 31 Jan 2007 20:25:23 +0000 (20:25 +0000)
libiberty/ChangeLog
libiberty/choose-temp.c
libiberty/functions.texi
libiberty/hex.c

index 4f23225cf72123c2d996bd25eac96e9a7a70f968..8056887b2928b66ec499dbc0906735511a7c5d3a 100644 (file)
@@ -1,3 +1,9 @@
+2007-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * hex.c: Fix typo.
+       * choose-temp.c: Likewise.
+       * functions.texi: Regenerate.
+
 2007-01-31  Vladimir Prus  <vladimir@codesourcery.com>
 
        * pex-common.h (struct pex_obj): New fields
index 4a26a827a2c296a21e2de69fc90b90ef485bf7f1..b1c2e5b66ba5f76af7816a7ef929c0480c942ba8 100644 (file)
@@ -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
index b791f23c1b44ae3492f11763518629b4f0284df1..9f49ff484d60813ed770e83b56ca4f6bc79f4080 100644 (file)
@@ -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.
 
index 86ba0b5b872fa7db852d1a6349fd3ca49e58d7f2..5eeafdbd15860f55457ac635cda89237db6e3652 100644 (file)
@@ -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.