projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd01137
)
gallium/os: fix align_malloc() / os_malloc_aligned() comment mix-up
author
Brian Paul
<brianp@vmware.com>
Fri, 27 Oct 2017 00:30:51 +0000
(18:30 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 27 Oct 2017 15:54:26 +0000
(09:54 -0600)
os_free_aligned() is the counterpart to os_malloc_aligned().
Trivial.
src/gallium/auxiliary/os/os_memory_aligned.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/os/os_memory_aligned.h
b/src/gallium/auxiliary/os/os_memory_aligned.h
index
f7d0e36
..
df398a3
100644
(file)
--- 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)