]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] typo in comment
authorEvan Hunt <each@isc.org>
Tue, 8 Nov 2016 17:06:23 +0000 (09:06 -0800)
committerEvan Hunt <each@isc.org>
Tue, 8 Nov 2016 17:06:23 +0000 (09:06 -0800)
lib/isc/random.c

index c7bfcdf566c4a1c053adb0a7e764d54271d7498e..697ead5152de2735328b2291bc8cb311ab6859e5 100644 (file)
@@ -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