aboutsummaryrefslogtreecommitdiffstats
path: root/util/secmem.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util/secmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/secmem.c b/util/secmem.c
index 84ec4c2a1..2eb2dfc9e 100644
--- a/util/secmem.c
+++ b/util/secmem.c
@@ -381,7 +381,7 @@ g10_private_is_secure( const void *p )
/****************
* Warning: This code might be called by an interrupt handler
- * and frankly, thre should really be such a handler,
+ * and frankly, there should really be such a handler,
* to make sure that the memory is wiped out.
* We hope that the OS wipes out mlocked memory after
* receiving a SIGKILL - it really should do so, otherwise