diff options
Diffstat (limited to 'src/gallium/auxiliary/util/u_slab.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_slab.h | 2 |
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 6b9718d08a7..3ed8b12d357 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, user_buffer_create + * Candidates: get_transfer * * @author Marek Olšák */ |