diff options
author | Werner Koch <[email protected]> | 2020-06-08 13:22:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-06-08 13:22:58 +0000 |
commit | c1c607a51c02e925aa6102917ce665509da15cee (patch) | |
tree | 74939a226f598cfbe27a0dbb3aa643f8420e7a59 /g10/passphrase.c | |
parent | agent: Fix the condition to detect leading 0x00 problem. (diff) | |
download | gnupg-c1c607a51c02e925aa6102917ce665509da15cee.tar.gz gnupg-c1c607a51c02e925aa6102917ce665509da15cee.zip |
doc: Minor code comment fixes.
--
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r-- | g10/passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index 99a2c0dc2..54a183e54 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -249,7 +249,7 @@ passphrase_clear_cache (const char *cacheid) * Returns NULL if the user canceled the passphrase entry and if * CANCELED is not NULL, sets it to true. * - * If CREATE is true a new passphrase sll be created. If NOCACHE is + * If CREATE is true a new passphrase will be created. If NOCACHE is * true the symmetric key caching will not be used. */ DEK * passphrase_to_dek (int cipher_algo, STRING2KEY *s2k, |