From: Eric Anholt Date: Thu, 1 Nov 2018 18:42:18 +0000 (-0700) Subject: v3d: Fix a copy-and-paste comment in the simulator code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b93fc160f4dbf9b9157ac88fc0675d63de2030d8;p=mesa.git v3d: Fix a copy-and-paste comment in the simulator code. --- 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;