summaryrefslogtreecommitdiff
path: root/libiberty/functions.texi
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-27 19:44:32 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-27 19:44:32 +0000
commiteb765d0cf14596cba56989c62631670814f93b7d (patch)
treec76ca1beed29006d0300f01d0b32d4ba71d0b555 /libiberty/functions.texi
parent3c7222c6673d4593a132c7216631032111ffa2c3 (diff)
downloadgcc-eb765d0cf14596cba56989c62631670814f93b7d.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45846 138bc75d-0d04-0410-961f-82ee72b054a4
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 e2ea020d205..f914adb436b 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