aboutsummaryrefslogtreecommitdiff
path: root/libiberty/functions.texi
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-09-27 15:44:32 -0400
committerDJ Delorie <dj@gcc.gnu.org>2001-09-27 15:44:32 -0400
commitae9092da9647424668486f76d322bbc8351857c4 (patch)
treec76ca1beed29006d0300f01d0b32d4ba71d0b555 /libiberty/functions.texi
parentbed2ebd0407e5d78d63ba74abc70c74492611965 (diff)
downloadgcc-ae9092da9647424668486f76d322bbc8351857c4.zip
gcc-ae9092da9647424668486f76d322bbc8351857c4.tar.gz
gcc-ae9092da9647424668486f76d322bbc8351857c4.tar.bz2
configure.in: Don't use in-tree texinfo, because libiberty must be built before it.
* configure.in: Don't use in-tree texinfo, because libiberty must be built before it. Check for makeinfo version 4 or higher. * functions.texi: Regenerate. From-SVN: r45846
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 e2ea020..f914adb 100644
--- a/libiberty/functions.texi
+++ b/libiberty/functions.texi
@@ -65,14 +65,14 @@ should be sorted in ascending order according to the @var{compar}
comparison function. This routine should take two arguments pointing to
the @var{key} and to an array member, in that order, and should return an
integer less than, equal to, or greater than zero if the @var{key} object
-is respecitively less than, matching, or greater than the array member.
+is respectively less than, matching, or greater than the array member.
@end deftypefn
@c bzero.c:6
@deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
-Zeros @var{count} bytes starting at @var{mem}. Use if this function
+Zeros @var{count} bytes starting at @var{mem}. Use of this function
is deprecated in favor of @code{memset}.
@end deftypefn