projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da506cc
)
util/disk_cache: fix a comment
author
Nicolai Hähnle
<nicolai.haehnle@amd.com>
Sun, 14 May 2017 22:47:36 +0000
(
00:47
+0200)
committer
Nicolai Hähnle
<nicolai.haehnle@amd.com>
Mon, 3 Jul 2017 11:57:01 +0000
(13:57 +0200)
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/util/disk_cache.h
patch
|
blob
|
history
diff --git
a/src/util/disk_cache.h
b/src/util/disk_cache.h
index
72f4463
..
9aade16
100644
(file)
--- 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