diff options
-rw-r--r-- | src/gallium/auxiliary/os/os_memory_aligned.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/os/os_memory_aligned.h b/src/gallium/auxiliary/os/os_memory_aligned.h index f7d0e3652ed..df398a32bfd 100644 --- a/src/gallium/auxiliary/os/os_memory_aligned.h +++ b/src/gallium/auxiliary/os/os_memory_aligned.h @@ -85,7 +85,7 @@ os_malloc_aligned(size_t size, size_t alignment) /** - * Free memory returned by align_malloc(). + * Free memory returned by os_malloc_aligned(). */ static inline void os_free_aligned(void *ptr) |