[Mesa-dev] [PATCH 2/3] spirv: fix warn string typo

Jason Ekstrand jason at jlekstrand.net
Fri Jan 20 16:41:53 UTC 2017


All three are

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

On Fri, Jan 20, 2017 at 8:38 AM, Lionel Landwerlin <
lionel.g.landwerlin at intel.com> wrote:

> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
>  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 61a3701e43..a543a52dd0 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;
>     }
> --
> 2.11.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170120/acdb0ea3/attachment.html>


More information about the mesa-dev mailing list