diff options
author | Lionel Landwerlin <[email protected]> | 2017-01-16 16:05:07 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-01-20 16:46:32 +0000 |
commit | a72dea9483ffebab473a3c9ba151b56b06a4b0c3 (patch) | |
tree | dfff04648e47405b3076c79b779c7f4fc58dc79b /src/intel | |
parent | 0c3d05872310fc57915c9d642da82324221679d3 (diff) |
anv: fix comment typo
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/vulkan/anv_descriptor_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_descriptor_set.c b/src/intel/vulkan/anv_descriptor_set.c index 2926e7a2591..4367c0ebe00 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( |