From: Dr. Stephen Henson Date: Thu, 22 Sep 2011 14:15:07 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL-fips-2_0-rc1~127 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ddf00ffab8667d94e8af43b05af06c94097c10c9;p=oweals%2Fopenssl.git Typo. --- diff --git a/fips/rand/fips_drbg_selftest.c b/fips/rand/fips_drbg_selftest.c index abff9afba2..205cca20af 100644 --- a/fips/rand/fips_drbg_selftest.c +++ b/fips/rand/fips_drbg_selftest.c @@ -382,7 +382,7 @@ static int do_drbg_instantiate(DRBG_CTX *dctx, DRBG_SELFTEST_DATA *td, return 1; } -/* This function performd extensive error checking as required by SP800-90. +/* This function performs extensive error checking as required by SP800-90. * Induce several failure modes and check an error condition is set. * This function along with fips_drbg_single_kat peforms the health checking * operation.