summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
}