v3d: Fix a copy-and-paste comment in the simulator code.
authorEric Anholt <eric@anholt.net>
Thu, 1 Nov 2018 18:42:18 +0000 (11:42 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 1 Nov 2018 20:54:36 +0000 (13:54 -0700)
src/gallium/drivers/v3d/v3d_simulator.c

index 67a759de0c0f5a162d56a862e6a0a2c7237869f6..e2ad1717ebd3ae26c848f5082d61d74c373577e4 100644 (file)
@@ -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;