From 18f0341aed5e48a933c5d2826834af7028080cba Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Wed, 11 Sep 2013 10:53:05 +0200
Subject: [PATCH] Typo in comments in ctr_drbg.c
---
library/ctr_drbg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c
index 970de52260..54fb791d9d 100644
--- a/library/ctr_drbg.c
+++ b/library/ctr_drbg.c
@@ -242,7 +242,7 @@ int ctr_drbg_reseed( ctr_drbg_context *ctx,
memset( seed, 0, CTR_DRBG_MAX_SEED_INPUT );
/*
- * Gather enropy_len bytes of entropy to seed state
+ * Gather entropy_len bytes of entropy to seed state
*/
if( 0 != ctx->f_entropy( ctx->p_entropy, seed,
ctx->entropy_len ) )