diff options
author | Grazvydas Ignotas <[email protected]> | 2018-05-10 00:26:21 +0300 |
---|---|---|
committer | Grazvydas Ignotas <[email protected]> | 2018-05-10 11:50:46 +0300 |
commit | 4fdce205dd1f5ca42c6e45ff7b0b8c2f870638ba (patch) | |
tree | d7f94b3105656ab63751885660695507b58820f4 /src/amd/vulkan/radv_image.c | |
parent | f6606830271192dc0232b54b776ec263235c0688 (diff) |
radv: assorted typo fixes
Trivial.
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_image.c')
-rw-r--r-- | src/amd/vulkan/radv_image.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/amd/vulkan/radv_image.c b/src/amd/vulkan/radv_image.c index ad480901eed..5cdffe1627f 100644 --- a/src/amd/vulkan/radv_image.c +++ b/src/amd/vulkan/radv_image.c @@ -414,7 +414,7 @@ static unsigned radv_tex_dim(VkImageType image_type, VkImageViewType view_type, else return V_008F1C_SQ_RSRC_IMG_2D_ARRAY; default: - unreachable("illegale image type"); + unreachable("illegal image type"); } } @@ -534,7 +534,7 @@ si_make_texture_descriptor(struct radv_device *device, if (device->physical_device->rad_info.chip_class >= GFX9) { unsigned bc_swizzle = gfx9_border_color_swizzle(swizzle); - /* Depth is the the last accessible layer on Gfx9. + /* Depth is the last accessible layer on Gfx9. * The hw doesn't need to know the total number of layers. */ if (type == V_008F1C_SQ_RSRC_IMG_3D) |