Mesa (master): spirv: fix warn string typo

Lionel Landwerlin llandwerlin at kemper.freedesktop.org
Fri Jan 20 16:47:35 UTC 2017


Module: Mesa
Branch: master
Commit: 0c3d05872310fc57915c9d642da82324221679d3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c3d05872310fc57915c9d642da82324221679d3

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Fri Jan 13 16:07:49 2017 +0000

spirv: fix warn string typo

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/compiler/spirv/vtn_variables.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/spirv/vtn_variables.c b/src/compiler/spirv/vtn_variables.c
index 61a3701..a543a52 100644
--- a/src/compiler/spirv/vtn_variables.c
+++ b/src/compiler/spirv/vtn_variables.c
@@ -1132,7 +1132,7 @@ apply_var_decoration(struct vtn_builder *b, nir_variable *nir_var,
    case SpvDecorationFPRoundingMode:
    case SpvDecorationFPFastMathMode:
    case SpvDecorationAlignment:
-      vtn_warn("Decoraiton only allowed for CL-style kernels: %s",
+      vtn_warn("Decoration only allowed for CL-style kernels: %s",
                spirv_decoration_to_string(dec->decoration));
       break;
    }




More information about the mesa-commit mailing list