summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-12-03 08:43:46 -0800
committerEric Anholt <[email protected]>2018-12-07 16:48:23 -0800
commit68701110517eb67ee794f2eef10c34e46ce83394 (patch)
tree734035dc481c93dde8597150a5555e70fa725ea0
parentca0e4ae4bc00040809d13e0817c0926c3853f0bf (diff)
v3d: Fix a comment typo
-rw-r--r--src/broadcom/compiler/v3d_compiler.h2
1 files changed, 1 insertions, 1 deletions
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.
*/