summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/v3d/v3d_simulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/v3d/v3d_simulator.c b/src/gallium/drivers/v3d/v3d_simulator.c
index 67a759de0c0..e2ad1717ebd 100644
--- a/src/gallium/drivers/v3d/v3d_simulator.c
+++ b/src/gallium/drivers/v3d/v3d_simulator.c
@@ -76,7 +76,7 @@ static struct v3d_simulator_state {
struct mem_block *heap;
struct mem_block *overflow;
- /** Mapping from GEM handle to struct v3d_simulator_bo * */
+ /** Mapping from GEM fd to struct v3d_simulator_file * */
struct hash_table *fd_map;
int refcount;