gallium: unify transfer functions
[mesa.git] / src / gallium / auxiliary / util / u_slab.h
index 3ed8b12d35716afd273c54f0c365ad7a2fde054f..29d0252ba1bbd1f2281224facbea28320aeaad4e 100644 (file)
@@ -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
  */