aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/random.c')
-rw-r--r--cipher/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.c b/cipher/random.c
index 2848aad74..83efc4b78 100644
--- a/cipher/random.c
+++ b/cipher/random.c
@@ -30,7 +30,7 @@
struct cache {
int len;
- byte buffer[100]; /* fixme: should be allocalted with m_alloc_secure()*/
+ byte buffer[100]; /* fixme: should be allocated with m_alloc_secure()*/
};
static struct cache cache[3];