X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl_rand.h;h=060cb402738acd489085b5ff17bbc3a6ac49909e;hp=37379d2bf8da1f0ed568e437a6df2c82ad6f7690;hb=d69276c18d55480e1bfa4b4c28b31062a706f6f0;hpb=af9c79a0710a45361f9ae4313f8bb5bf738c3b7a diff --git a/inc/bearssl_rand.h b/inc/bearssl_rand.h index 37379d2..060cb40 100644 --- a/inc/bearssl_rand.h +++ b/inc/bearssl_rand.h @@ -279,7 +279,7 @@ typedef int (*br_prng_seeder)(const br_prng_class **ctx); * is returned. * * If `name` is not `NULL`, then `*name` is set to a symbolic string - * that identifies the seeder implemention. If no seeder is returned + * that identifies the seeder implementation. If no seeder is returned * and `name` is not `NULL`, then `*name` is set to a pointer to the * constant string `"none"`. *