summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/revocation_status.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/src/revocation_status.rs')
-rw-r--r--openpgp-ffi/src/revocation_status.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/src/revocation_status.rs b/openpgp-ffi/src/revocation_status.rs
index 04841ede..1c64a6d6 100644
--- a/openpgp-ffi/src/revocation_status.rs
+++ b/openpgp-ffi/src/revocation_status.rs
@@ -19,7 +19,7 @@ fn revocation_status_to_int(rs: &openpgp::RevocationStatus) -> c_int {
}
}
-/// Returns the TPK's revocation status variant.
+/// Returns the Cert's revocation status variant.
#[::sequoia_ffi_macros::extern_fn] #[no_mangle]
pub extern "C" fn pgp_revocation_status_variant(
rs: *const RevocationStatus)