This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] doc typos


2010-02-21  Jim Meyering  <meyering@redhat.com>

	doc: fix typo: s/are/is/
	* manual/math.texi (BSD Random): Fix a typo: s/are/is/


>From 058687eb204993f202d669827a5ae1e095d2cff7 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@redhat.com>
Date: Wed, 29 Oct 2008 11:05:39 +0100
Subject: [PATCH] doc: fix typo: s/are/is/

* manual/math.texi (BSD Random): Fix a typo: s/are/is/
---
 manual/math.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/manual/math.texi b/manual/math.texi
index 50e087c..95e3378 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.

--
1.7.0.256.g2d4f4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]