projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc1e1da
)
util: Fix typo
author
Tom Stellard
<thomas.stellard@amd.com>
Mon, 28 Jul 2014 20:40:05 +0000
(16:40 -0400)
committer
Tom Stellard
<thomas.stellard@amd.com>
Mon, 28 Jul 2014 20:40:05 +0000
(16:40 -0400)
Spotted by okias on IRC.
src/gallium/auxiliary/util/u_math.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_math.h
b/src/gallium/auxiliary/util/u_math.h
index f6dcb228fa5fdb66cb1eb648968a3fa189e657c9..d956fa1c975f7ffb1ff45d656248306fc6f2406b 100644
(file)
--- a/
src/gallium/auxiliary/util/u_math.h
+++ b/
src/gallium/auxiliary/util/u_math.h
@@
-817,7
+817,7
@@
util_memcpy_cpu_to_le32(void * restrict dest, const void * restrict src, size_t
{
#ifdef PIPE_ARCH_BIG_ENDIAN
size_t i, e;
- asset(n % 4 == 0);
+ asse
r
t(n % 4 == 0);
for (i = 0, e = n / 4; i < e; i++) {
uint32_t * restrict d = (uint32_t* restrict)dest;