aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index b541ab7a6..2a2e9de56 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -3172,7 +3172,7 @@ main (int argc, char **argv )
FREE_STRLIST(sec_nrings);
- if( pwfd != -1 ) /* read the passphrase now. */
+ if( pwfd != -1 ) /* Read the passphrase now. */
read_passphrase_from_fd( pwfd );
fname = argc? *argv : NULL;