summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_slab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_slab.h')
-rw-r--r--src/gallium/auxiliary/util/u_slab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_slab.h b/src/gallium/auxiliary/util/u_slab.h
index 3ed8b12d357..29d0252ba1b 100644
--- a/src/gallium/auxiliary/util/u_slab.h
+++ b/src/gallium/auxiliary/util/u_slab.h
@@ -28,7 +28,7 @@
* Good for allocations which have very low lifetime and are allocated
* and freed very often. Use a profiler first to know if it's worth using it!
*
- * Candidates: get_transfer
+ * Candidates: transfer_map
*
* @author Marek Olšák
*/