From 50234131c7c9ff10689dbb67177b8b068cb28ebb Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 1 Dec 2020 10:38:27 +0100 Subject: openpgp: Clarify. --- openpgp/src/cert/bundle.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgp/src/cert/bundle.rs b/openpgp/src/cert/bundle.rs index 6564ad89..798a82c8 100644 --- a/openpgp/src/cert/bundle.rs +++ b/openpgp/src/cert/bundle.rs @@ -236,8 +236,8 @@ impl ComponentBundle { // Recall: the signatures are sorted by their creation time in // descending order, i.e., newest first. // - // We want the newest signature that is older than t. So, - // search for `t`. + // We want the newest signature that is older than `t`, or + // that has been created at `t`. So, search for `t`. let i = // Usually, the first signature is what we are looking for. -- cgit v1.2.3