summaryrefslogtreecommitdiffstats
path: root/fips/rand/fips_drbg_selftest.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-22 14:15:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-22 14:15:07 +0000
commitddf00ffab8667d94e8af43b05af06c94097c10c9 (patch)
tree4d644dc012d09e97be104f8b111253031735016d /fips/rand/fips_drbg_selftest.c
parentcb71870dfa4e79300d445de2f6ecdc11d1c29126 (diff)
Typo.
Diffstat (limited to 'fips/rand/fips_drbg_selftest.c')
-rw-r--r--fips/rand/fips_drbg_selftest.c2
1 files changed, 1 insertions, 1 deletions
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.