diff options
author | 2001-01-04 21:45:29 +0000 | |
---|---|---|
committer | 2001-01-04 21:45:29 +0000 | |
commit | 6dd23de77c90ffdf2459f98599a25206f60ff9e2 (patch) | |
tree | 8ddcbc2b52ba94b294f8df55b96000227a5d3958 /lib/libc/net/res_random.c | |
parent | spelling (diff) | |
download | wireguard-openbsd-6dd23de77c90ffdf2459f98599a25206f60ff9e2.tar.xz wireguard-openbsd-6dd23de77c90ffdf2459f98599a25206f60ff9e2.zip |
grammer/spelling
Diffstat (limited to 'lib/libc/net/res_random.c')
-rw-r--r-- | lib/libc/net/res_random.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/res_random.c b/lib/libc/net/res_random.c index ef768a7348c..a11241246d1 100644 --- a/lib/libc/net/res_random.c +++ b/lib/libc/net/res_random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_random.c,v 1.8 1999/08/26 13:38:10 provos Exp $ */ +/* $OpenBSD: res_random.c,v 1.9 2001/01/04 21:45:31 todd Exp $ */ /* * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> @@ -125,7 +125,7 @@ pmod(gen, exp, mod) } /* - * Initalizes the seed and chooses a suitable generator. Also toggles + * Initializes the seed and chooses a suitable generator. Also toggles * the msb flag. The msb flag is used to generate two distinct * cycles of random numbers and thus avoiding reuse of ids. * |