From: Jim Meyering Date: Wed, 29 Oct 2008 10:05:39 +0000 (+0100) Subject: manual: fix typo: s/are/is/ X-Git-Tag: fedora/glibc-2.11.90-14~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2f4aa547a997922d960876671fb35ea101295f8;p=thirdparty%2Fglibc.git manual: fix typo: s/are/is/ * manual/math.texi (BSD Random): Fix a typo: s/are/is/ --- diff --git a/ChangeLog b/ChangeLog index 5fd43b4ece9..d541766e7e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-02-22 Jim Meyering + * manual/math.texi (BSD Random): Fix a typo: s/are/is/ + * manual/charset.texi: Adjust grammar. * manual/errno.texi (Error Messages): Fix doubled-words and typos. diff --git a/manual/math.texi b/manual/math.texi index 50e087c4877..95e3378c9ec 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -1421,7 +1421,7 @@ pseudo-random number generator. The GNU C library contains four additional functions which contain the state as an explicit parameter and therefore make it possible to handle -thread-local PRNGs. Beside this there are no difference. In fact, the +thread-local PRNGs. Beside this there is no difference. In fact, the four functions already discussed are implemented internally using the following interfaces.