diff options
author | Jim Meyering <meyering@redhat.com> | 2008-10-29 11:05:39 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-02-22 21:26:22 +0100 |
commit | e2f4aa547a997922d960876671fb35ea101295f8 (patch) | |
tree | fe3dd8f3c2ab61dac7838c5bb1417d890dbb97a9 /manual | |
parent | 82acaacb9c7689c479c3426743ae66d0ad466a1d (diff) | |
download | glibc-e2f4aa547a997922d960876671fb35ea101295f8.tar glibc-e2f4aa547a997922d960876671fb35ea101295f8.tar.gz glibc-e2f4aa547a997922d960876671fb35ea101295f8.tar.bz2 glibc-e2f4aa547a997922d960876671fb35ea101295f8.zip |
manual: fix typo: s/are/is/
* manual/math.texi (BSD Random): Fix a typo: s/are/is/
Diffstat (limited to 'manual')
-rw-r--r-- | manual/math.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/math.texi b/manual/math.texi index 50e087c487..95e3378c9e 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. |