From 68701110517eb67ee794f2eef10c34e46ce83394 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 3 Dec 2018 08:43:46 -0800 Subject: [PATCH] v3d: Fix a comment typo --- src/broadcom/compiler/v3d_compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/broadcom/compiler/v3d_compiler.h b/src/broadcom/compiler/v3d_compiler.h index 1e899393441..219b7d56377 100644 --- a/src/broadcom/compiler/v3d_compiler.h +++ b/src/broadcom/compiler/v3d_compiler.h @@ -223,7 +223,7 @@ enum quniform_contents { */ QUNIFORM_TEXTURE_CONFIG_P1, - /* A a V3D 4.x texture config parameter. The high 8 bits will be + /* A V3D 4.x texture config parameter. The high 8 bits will be * which texture or sampler is being sampled, and the driver must * replace the address field with the appropriate address. */ -- 2.30.2