diff --git a/llarp/util/decaying_hashset.hpp b/llarp/util/decaying_hashset.hpp index 558c94185..f372fd6d6 100644 --- a/llarp/util/decaying_hashset.hpp +++ b/llarp/util/decaying_hashset.hpp @@ -16,7 +16,7 @@ namespace llarp { } - /// determine if we have v contained in our decayiny hashset + /// determine if we have v contained in our decaying hashset bool Contains(const Val_t& v) const {