Module: Mesa Branch: master Commit: a72dea9483ffebab473a3c9ba151b56b06a4b0c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a72dea9483ffebab473a3c9ba151b56b06a4b0c3
Author: Lionel Landwerlin <[email protected]> Date: Mon Jan 16 16:05:07 2017 +0000 anv: fix comment typo Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> --- src/intel/vulkan/anv_descriptor_set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_descriptor_set.c b/src/intel/vulkan/anv_descriptor_set.c index 2926e7a..4367c0e 100644 --- a/src/intel/vulkan/anv_descriptor_set.c +++ b/src/intel/vulkan/anv_descriptor_set.c @@ -217,7 +217,7 @@ sha1_update_descriptor_set_layout(struct mesa_sha1 *ctx, /* * Pipeline layouts. These have nothing to do with the pipeline. They are - * just muttiple descriptor set layouts pasted together + * just multiple descriptor set layouts pasted together */ VkResult anv_CreatePipelineLayout( _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
