Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Reorder words to fix grammar



details:   https://anonhg.NetBSD.org/src/rev/7bc2a8d9ed7b
branches:  trunk
changeset: 745071:7bc2a8d9ed7b
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Feb 22 13:20:21 2020 +0000

description:
Reorder words to fix grammar

Noted by <leot>

diffstat:

 lib/libc/stdlib/rand48.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6cc210769489 -r 7bc2a8d9ed7b lib/libc/stdlib/rand48.3
--- a/lib/libc/stdlib/rand48.3  Sat Feb 22 11:56:13 2020 +0000
+++ b/lib/libc/stdlib/rand48.3  Sat Feb 22 13:20:21 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rand48.3,v 1.12 2020/02/22 11:56:13 kamil Exp $
+.\"    $NetBSD: rand48.3,v 1.13 2020/02/22 13:20:21 kamil Exp $
 .\"
 .\" Copyright (c) 1993 Martin Birgmeier
 .\" All rights reserved.
@@ -98,7 +98,7 @@
 and
 .Fn jrand48
 use a user-supplied buffer to store the seed r(n), which consists
-of an array of unsigned 3 shorts, where the zeroth member holds the least
+of an array of 3 unsigned shorts, where the zeroth member holds the least
 significant bits.
 .Pp
 All functions share the same multiplicand and addend.



Home | Main Index | Thread Index | Old Index