summaryrefslogtreecommitdiffstats
path: root/providers
diff options
context:
space:
mode:
Diffstat (limited to 'providers')
-rw-r--r--providers/implementations/rands/drbg_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/rands/drbg_local.h b/providers/implementations/rands/drbg_local.h
index b78c7fbf3c..428a65073e 100644
--- a/providers/implementations/rands/drbg_local.h
+++ b/providers/implementations/rands/drbg_local.h
@@ -70,7 +70,7 @@ struct prov_drbg_st {
CRYPTO_RWLOCK *lock;
PROV_CTX *provctx;
- /* Virtual functions are cache here */
+ /* Virtual functions are cached here */
int (*instantiate)(PROV_DRBG *drbg,
const unsigned char *entropy, size_t entropylen,
const unsigned char *nonce, size_t noncelen,