diff options
author | Werner Koch <[email protected]> | 2023-02-23 09:23:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-02-23 09:23:56 +0000 |
commit | 9de180c6d22253d26b4a75c568490a4932c8b96b (patch) | |
tree | 5e07e62c6014dcd8d57891ed365c8115d37ce840 | |
parent | dirmngr: New debug flag "keeptmp". (diff) | |
download | gnupg-9de180c6d22253d26b4a75c568490a4932c8b96b.tar.gz gnupg-9de180c6d22253d26b4a75c568490a4932c8b96b.zip |
doc: Minor comment fixes.
--
-rw-r--r-- | common/recsel.c | 3 | ||||
-rw-r--r-- | scd/app-p15.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/common/recsel.c b/common/recsel.c index 60da4d3c9..ea0858c84 100644 --- a/common/recsel.c +++ b/common/recsel.c @@ -174,6 +174,7 @@ find_next_lc (char *string) * -c The string match in this part is done case-sensitive. * -t Do not trim leading and trailing spaces from VALUE. * Note that a space after <op> is here required. + * -r RFU: String match uses a regular expression * * For example four calls to recsel_parse_expr() with these values for * EXPR @@ -192,7 +193,7 @@ find_next_lc (char *string) * * The caller must pass the address of a selector variable to this * function and initialize the value of the function to NULL before - * the first call. recset_release needs to be called to free the + * the first call. recsel_release needs to be called to free the * selector. */ gpg_error_t diff --git a/scd/app-p15.c b/scd/app-p15.c index bfd693466..29241af6b 100644 --- a/scd/app-p15.c +++ b/scd/app-p15.c @@ -326,7 +326,7 @@ struct prkdf_object_s char *serial_number; /* KDF/KEK parameter for OpenPGP's ECDH. First byte is zero if not - * available. .*/ + * available. */ unsigned char ecdh_kdf[4]; /* Length and allocated buffer with the Id of this object. */ |