From: Lionel Landwerlin Date: Fri, 13 Jan 2017 16:07:49 +0000 (+0000) Subject: spirv: fix warn string typo X-Git-Tag: upstream/17.1.0~2942 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c3d05872310fc57915c9d642da82324221679d3;p=platform%2Fupstream%2Fmesa.git spirv: fix warn string typo Signed-off-by: Lionel Landwerlin Reviewed-by: Jason Ekstrand --- 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; }