OSDN Git Service

nir: fix a typo
authorGwan-gyeong Mun <elongbug@gmail.com>
Mon, 6 Nov 2017 23:28:25 +0000 (08:28 +0900)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 7 Nov 2017 02:11:24 +0000 (18:11 -0800)
Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/compiler/nir/nir.h

index 87c7256..0174c30 100644 (file)
@@ -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 */