diff options
author | Jim Meyering <meyering@redhat.com> | 2008-10-29 11:05:39 +0100 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2010-05-12 02:01:03 +0200 |
commit | 3c0fb4080d496b788c4e579f130794574eb35e0b (patch) | |
tree | 726f455ab1b8b45f8156e3fa909789c8c5ad024f | |
parent | 2da4488386833b4787fc3e364a304bf2201b0aca (diff) | |
download | glibc-3c0fb4080d496b788c4e579f130794574eb35e0b.tar.gz glibc-3c0fb4080d496b788c4e579f130794574eb35e0b.tar.xz glibc-3c0fb4080d496b788c4e579f130794574eb35e0b.zip |
manual: fix typo: s/are/is/
* manual/math.texi (BSD Random): Fix a typo: s/are/is/ (cherry picked from commit e2f4aa547a997922d960876671fb35ea101295f8)
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | manual/math.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6071e5626d..6f4dfaa8cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-02-22 Jim Meyering <meyering@redhat.com> + * 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 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. |