summaryrefslogtreecommitdiffstats
path: root/openpgp/src
diff options
context:
space:
mode:
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 {