test/shlibloadtest.c: make some variables block local
[openssl.git] / test / secmemtest.c
index a6ccc3b26cc409471e6ac4427e174552c150c569..9efa2c89d53d0c060ad74175cb5f911e019029df 100644 (file)
@@ -32,7 +32,7 @@ static int test_sec_mem(void)
     if (!TEST_ptr(p)
         /* r = non-secure 20, p = secure 20, s = non-secure 20 */
         || !TEST_true(CRYPTO_secure_allocated(p))
-        /* 20 secure -> 32-byte minimum allocaton unit */
+        /* 20 secure -> 32-byte minimum allocation unit */
         || !TEST_size_t_eq(CRYPTO_secure_used(), 32))
         goto end;
     q = OPENSSL_malloc(20);