]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: fix typo: s/are/is/
authorJim Meyering <meyering@redhat.com>
Wed, 29 Oct 2008 10:05:39 +0000 (11:05 +0100)
committerPetr Baudis <pasky@ucw.cz>
Wed, 12 May 2010 00:01:03 +0000 (02:01 +0200)
* manual/math.texi (BSD Random): Fix a typo: s/are/is/

(cherry picked from commit e2f4aa547a997922d960876671fb35ea101295f8)

ChangeLog
manual/math.texi

index 6071e5626d0f20726ecd132c94a8486d4dd93561..6f4dfaa8cc4daa0a9c17f51301bbc3554382b473 100644 (file)
--- 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.
index 50e087c48771a638d3507e534619ddd3bd6513b2..95e3378c9ec1ee45bfcf1146286045ed57c55579 100644 (file)
@@ -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.