summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-04-28 10:06:46 +0200
committerJustus Winter <justus@sequoia-pgp.org>2022-04-28 10:06:46 +0200
commit31a9ae094eeb41e720119f92a8afeb1a6123a01e (patch)
treec78d29d86dcf0919eeabf69c4101968bbb5131cb
parent2c53a6ed6ce5f3ef6ed2dc7ed111d32cac0160ed (diff)
openpgp: Fix comment.
-rw-r--r--openpgp/src/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse.rs b/openpgp/src/parse.rs
index cb0ed087..45bdd7b1 100644
--- a/openpgp/src/parse.rs
+++ b/openpgp/src/parse.rs
@@ -4699,7 +4699,7 @@ impl <'a> PacketParser<'a> {
}
}
},
- // decrypted should always be true.
+ // self.encrypted should always be false.
Packet::CompressedData(_) => unreachable!(),
// Packets that don't recurse.
Packet::Unknown(_) | Packet::Signature(_) | Packet::OnePassSig(_)