From b93fc160f4dbf9b9157ac88fc0675d63de2030d8 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 1 Nov 2018 11:42:18 -0700 Subject: [PATCH] v3d: Fix a copy-and-paste comment in the simulator code. --- src/gallium/drivers/v3d/v3d_simulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2