summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-04-02 14:42:23 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-04-02 16:42:52 +0200
commit6dd60b0b306e5d69b8770a5fa1f0bbfcead2270c (patch)
tree3a128c5b6cc45e879aee7a44fca0f5a3ac99a6be /openpgp-ffi
parent66209838f4a76f8cf542263fb8837c10cb0c3501 (diff)
openpgp-ffo: Fix typo.
Diffstat (limited to 'openpgp-ffi')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp.h b/openpgp-ffi/include/sequoia/openpgp.h
index 73f65886..e9158f15 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -981,7 +981,7 @@ pgp_cert_parser_t pgp_cert_parser_from_packet_parser(pgp_packet_parser_result_t
pgp_cert_t pgp_cert_parser_next(pgp_error_t *errp, pgp_cert_parser_t parser);
/*/
-/// Frees an pgp_cert_key_iter_t.
+/// Frees an pgp_cert_parser_t.
/*/
void pgp_cert_parser_free (pgp_cert_parser_t parser);