From 7a718667f354935dc8470380f37ccea1477632d0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 26 Oct 2017 18:30:51 -0600 Subject: gallium/os: fix align_malloc() / os_malloc_aligned() comment mix-up os_free_aligned() is the counterpart to os_malloc_aligned(). Trivial. --- src/gallium/auxiliary/os/os_memory_aligned.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium') 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) -- cgit v1.2.3