From c882629607b10487777240d94b9b754c96c9b13f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 29 Mar 2023 21:03:11 -0600 Subject: containers: Fix comments --- lib/containers/arcache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/containers/arcache.go') diff --git a/lib/containers/arcache.go b/lib/containers/arcache.go index 3f15f67..c92a149 100644 --- a/lib/containers/arcache.go +++ b/lib/containers/arcache.go @@ -230,7 +230,7 @@ type arCache[K comparable, V any] struct { // Before getting to the meaty ARC stuff, let's get some // boring/simple synchronization/blocking primitives out of the way: -// waitForEval is called before storing something into the cache. +// waitForAvail is called before storing something into the cache. // This is nescessary because if the cache is full and all entries are // pinned, then we won't have to store the entry until something gets // unpinned ("Release()d"). -- cgit v1.2.3-2-g168b