From: Iago Toral Quiroga Date: Mon, 9 Jan 2017 15:09:55 +0000 (+0100) Subject: spirv: fix typo in warning message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5bcafc933cfbc57986a062ebfbe387fb93809a00;p=mesa.git spirv: fix typo in warning message Reviewed-by: Samuel Iglesias Gonsálvez --- diff --git a/src/compiler/spirv/spirv_to_nir.c b/src/compiler/spirv/spirv_to_nir.c index 917072392c5..28ab5f1e6ff 100644 --- a/src/compiler/spirv/spirv_to_nir.c +++ b/src/compiler/spirv/spirv_to_nir.c @@ -558,7 +558,7 @@ struct_member_decoration_cb(struct vtn_builder *b, 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; }