diff options
author | Eric Anholt <[email protected]> | 2018-12-03 08:43:46 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-12-07 16:48:23 -0800 |
commit | 68701110517eb67ee794f2eef10c34e46ce83394 (patch) | |
tree | 734035dc481c93dde8597150a5555e70fa725ea0 /src/broadcom/compiler | |
parent | ca0e4ae4bc00040809d13e0817c0926c3853f0bf (diff) |
v3d: Fix a comment typo
Diffstat (limited to 'src/broadcom/compiler')
-rw-r--r-- | src/broadcom/compiler/v3d_compiler.h | 2 |
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. */ |