summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-08-12 09:53:11 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-08-12 09:53:11 +0200
commit557a06d0780aa8a38e8ad24f235de2de4d40ed52 (patch)
tree20938460b6e36b3b46e998089f8f39aaab01b6a5
parentfdb1276d00fcabb0272b5ad0f8523fdcadee98e6 (diff)
openpgp: Fix comment.
-rw-r--r--openpgp/src/packet/signature/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/signature/mod.rs b/openpgp/src/packet/signature/mod.rs
index e8cba719..407384a0 100644
--- a/openpgp/src/packet/signature/mod.rs
+++ b/openpgp/src/packet/signature/mod.rs
@@ -1454,7 +1454,7 @@ pub struct Signature4 {
/// Fields as configured using the SignatureBuilder.
pub(crate) fields: SignatureFields,
- /// Lower 16 bits of the signed hash value.
+ /// Upper 16 bits of the signed hash value.
digest_prefix: [u8; 2],
/// Signature MPIs.
mpis: mpi::Signature,