summaryrefslogtreecommitdiffstats
path: root/openpgp/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-10-19 16:12:15 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-10-19 18:13:51 +0200
commit0528fc44237d45119b52cf6ca3f475a661085c1e (patch)
tree2742d7fca278d0cd323adbf55c4420e65812ad42 /openpgp/src
parentabaf28b4bac36eafeb157597410d3e2f237a1edd (diff)
openpgp: Fix documentation.
Diffstat (limited to 'openpgp/src')
-rw-r--r--openpgp/src/cert/parser/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/parser/mod.rs b/openpgp/src/cert/parser/mod.rs
index 7530345c..d4b0a6d5 100644
--- a/openpgp/src/cert/parser/mod.rs
+++ b/openpgp/src/cert/parser/mod.rs
@@ -777,7 +777,7 @@ impl<'a> CertParser<'a> {
Ok(None)
}
- // Resets the parser so that it starts parsing a new packet.
+ // Resets the parser so that it starts parsing a new cert.
//
// Returns the old state. Note: the packet iterator is preserved.
fn reset(&mut self) -> Self {