diff options
author | Eric Anholt <[email protected]> | 2018-11-01 11:42:18 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-11-01 13:54:36 -0700 |
commit | b93fc160f4dbf9b9157ac88fc0675d63de2030d8 (patch) | |
tree | 11dfc09c9ba4699e91d3f34ecd93f6cdc17a8b75 | |
parent | 13c955182f1d87eea513a15b9d57dd0aec8d1038 (diff) |
v3d: Fix a copy-and-paste comment in the simulator code.
-rw-r--r-- | src/gallium/drivers/v3d/v3d_simulator.c | 2 |
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; |