From 174f4cb0ab2e6edeaa6111f704be26508137b29c Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 8 Nov 2016 09:06:35 -0800 Subject: [PATCH] [v9_10] typo in comment --- lib/isc/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/random.c b/lib/isc/random.c index 9b148cff17..4f72c81dc4 100644 --- a/lib/isc/random.c +++ b/lib/isc/random.c @@ -75,7 +75,7 @@ isc_random_seed(isc_uint32_t seed) arc4random_addrandom((u_char *) &seed, sizeof(isc_uint32_t)); #else /* - * If arcrandom() is available and no corresponding seeding + * If arc4random() is available and no corresponding seeding * function arc4random_addrandom() is available, no seeding is * done on such platforms (e.g., OpenBSD 5.5). This is because * the OS itself is supposed to seed the RNG and it is assumed