From 01a613f7a8e0898cbef6ca7f6adbdc09de9b27f0 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 11 May 2012 15:38:05 +0000 Subject: [PATCH] Typo. --- nbase/nbase_rnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbase/nbase_rnd.c b/nbase/nbase_rnd.c index 2daefcfba..490d032ec 100644 --- a/nbase/nbase_rnd.c +++ b/nbase/nbase_rnd.c @@ -272,7 +272,7 @@ unsigned short get_random_ushort() { * if you get enough IPs (birthday paradox). * * This routine exploits the fact that a LCG won't repeat for the - * entire duration of it's period. An LCG has some pretty bad + * entire duration of its period. An LCG has some pretty bad * properties though so this routine does extra work to try to * tweak the LCG output so that is has very good statistics but * doesn't repeat. The tweak used was mostly made up on the spot