summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwan-gyeong Mun <[email protected]>2017-11-07 08:28:25 +0900
committerDylan Baker <[email protected]>2017-11-06 18:11:24 -0800
commitfb87c40a58ac8fd8518c9a8e39da13385dd10978 (patch)
treed6b468f0da0a7cb8a4d130185d71d4dd38c4ccaf
parent0886be093fb871b0b6169718277e0f4d18df3ea7 (diff)
nir: fix a typo
Signed-off-by: Mun Gwan-gyeong <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
-rw-r--r--src/compiler/nir/nir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
index 87c725625d7..0174c30504e 100644
--- a/src/compiler/nir/nir.h
+++ b/src/compiler/nir/nir.h
@@ -1155,7 +1155,7 @@ typedef enum {
nir_texop_tex, /**< Regular texture look-up */
nir_texop_txb, /**< Texture look-up with LOD bias */
nir_texop_txl, /**< Texture look-up with explicit LOD */
- nir_texop_txd, /**< Texture look-up with partial derivatvies */
+ nir_texop_txd, /**< Texture look-up with partial derivatives */
nir_texop_txf, /**< Texel fetch with explicit LOD */
nir_texop_txf_ms, /**< Multisample texture fetch */
nir_texop_txf_ms_mcs, /**< Multisample compression value fetch */