diff --git a/passphrase_cache.hh b/passphrase_cache.hh index 65eefcf..91f80ea 100644 --- a/passphrase_cache.hh +++ b/passphrase_cache.hh @@ -60,7 +60,7 @@ namespace pEp { using passphrase_callee = std::function; bool for_each_passphrase(const passphrase_callee& callee); - // get all passphrases in cache from latest to oldest + // get all passphrases in cache from latest to oldest one by each call // this function is throwing PassphraseCache::Empty when cache is empty // and PassphraseCache::Exhausted when no passphrases are left, then // starts over