From: Evan Hunt Date: Tue, 8 Nov 2016 17:06:23 +0000 (-0800) Subject: [master] typo in comment X-Git-Tag: v9.12.0a1~661 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3ac01657232a04d60cf4c7de9873ee4a966d92a5;p=thirdparty%2Fbind9.git [master] typo in comment --- diff --git a/lib/isc/random.c b/lib/isc/random.c index c7bfcdf566c..697ead5152d 100644 --- a/lib/isc/random.c +++ b/lib/isc/random.c @@ -109,7 +109,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