diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:42:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:42:29 +0000 |
commit | 1464fc58c8d425483c397306899bcb8e204d31f9 (patch) | |
tree | 17e0450f11ab4b0c6745bd4af9011e051a2c0706 /lib | |
parent | 99958114c1979e08bab0d46c5bb3addddafdbd0d (diff) |
import Mesa 11.0.6
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/os/os_memory_aligned.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/os/os_memory_aligned.h b/lib/mesa/src/gallium/auxiliary/os/os_memory_aligned.h index df398a32b..f7d0e3652 100644 --- a/lib/mesa/src/gallium/auxiliary/os/os_memory_aligned.h +++ b/lib/mesa/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 os_malloc_aligned(). + * Free memory returned by align_malloc(). */ static inline void os_free_aligned(void *ptr) |