Fix a typo

This commit is contained in:
Takashi Kokubun 2024-09-23 16:40:20 -07:00
parent 798a115a15
commit 48b3386f6a

View File

@ -969,7 +969,7 @@ impl Context {
let cache = CTX_CACHE.as_mut().unwrap();
// Check that the context for this cache entry mmatches
// Check that the context for this cache entry matches
let cache_entry = &cache[ctx_hash % CTX_CACHE_SIZE];
if cache_entry.0 == *ctx {
debug_assert!(cache_entry.1 != 0);