summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-01-30 08:54:19 -0700
committerBrian Paul <brianp@vmware.com>2015-01-30 13:27:18 -0700
commit20bc72b791941b88d14b47c41f66c9a12a5333da (patch)
tree114bef71978e14368a0471a1e14e95e0e0f97e7f /src/mesa/main/dlist.c
parent613974b774e6cace3799c304fe15a3389047d7be (diff)
downloadexternal_mesa3d-20bc72b791941b88d14b47c41f66c9a12a5333da.zip
external_mesa3d-20bc72b791941b88d14b47c41f66c9a12a5333da.tar.gz
external_mesa3d-20bc72b791941b88d14b47c41f66c9a12a5333da.tar.bz2
mesa: remove stale comment in dlist.c code
sizeof(Node) is always 4 bytes. Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 0f0d95c..0058a87 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -579,7 +579,7 @@ get_pointer(const Node *node)
/**
* Used to store a 64-bit uint in a pair of "Nodes" for the sake of 32-bit
- * environment. In 64-bit env, sizeof(Node)==8 anyway.
+ * environment.
*/
union uint64_pair
{