summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-10-20 15:39:38 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-10-20 16:09:59 +0200
commitd666ffa3a258db11a01439f8b6d026d1626d25f8 (patch)
treeaef358691f68eac76cc7a7dcbbdb188ca3f18c44
parent5110c70a33ef6e6e5814d845f8ede167cd00dcc7 (diff)
openpgp: Typo.
-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 5225d50f..73c2f1d3 100644
--- a/openpgp/src/parse.rs
+++ b/openpgp/src/parse.rs
@@ -702,7 +702,7 @@ pub struct Cookie {
/// buffering, the decompressor consumes data beyond the end of
/// the compressed data.
///
- /// When set, buffered_reader_pop_stack will return early when it
+ /// When set, buffered_reader_stack_pop will return early when it
/// encounters a fake EOF at the level it is popping to.
fake_eof: bool,
}