From: Nicolai Hähnle Date: Sun, 14 May 2017 22:47:36 +0000 (+0200) Subject: util/disk_cache: fix a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8988571824bf3fba1bdbb92a18f706502f43d092;p=mesa.git util/disk_cache: fix a comment Reviewed-by: Timothy Arceri --- diff --git a/src/util/disk_cache.h b/src/util/disk_cache.h index 72f44638a55..9aade16a9ee 100644 --- a/src/util/disk_cache.h +++ b/src/util/disk_cache.h @@ -143,7 +143,7 @@ disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size); * Later this key can be checked with disk_cache_has_key(), (unless the key * has been evicted in the interim). * - * Any call to cache_record() may cause an existing, random key to be + * Any call to disk_cache_put_key() may cause an existing, random key to be * evicted from the cache. */ void