Typo.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 22 Sep 2011 14:15:07 +0000 (14:15 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 22 Sep 2011 14:15:07 +0000 (14:15 +0000)
fips/rand/fips_drbg_selftest.c

index abff9afba2bb4a9ee4d3e73cd361c10c4f7d7d03..205cca20aff7d92f86e0f53b6c0b893ece317caa 100644 (file)
@@ -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.