aboutsummaryrefslogtreecommitdiffstats
path: root/src/passphrase.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/passphrase.c')
-rw-r--r--src/passphrase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passphrase.c b/src/passphrase.c
index 50c957f..c508b85 100644
--- a/src/passphrase.c
+++ b/src/passphrase.c
@@ -58,7 +58,7 @@ char* get_passphrase(void)
_exit(1);
}
- /* Read password until EOF or Enter, skip all ^0 as that
+ /* Read password until EOF or Enter, skip all \0 as that
is probably not a part of the passphrase (good luck typing
that in X.org) and can be echoed into stdin by the kernel. */
for (;;)