From: Eric Anholt Date: Mon, 3 Dec 2018 16:43:46 +0000 (-0800) Subject: v3d: Fix a comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68701110517eb67ee794f2eef10c34e46ce83394;p=mesa.git v3d: Fix a comment typo --- 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. */