From e33c15951b8870423990f531f752e24e1294ace6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 5 May 2022 10:55:51 +1000 Subject: Cleanup: spelling in comments --- source/blender/gpu/metal/mtl_texture.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/metal') diff --git a/source/blender/gpu/metal/mtl_texture.mm b/source/blender/gpu/metal/mtl_texture.mm index e08a7835b17..7ec3d390416 100644 --- a/source/blender/gpu/metal/mtl_texture.mm +++ b/source/blender/gpu/metal/mtl_texture.mm @@ -563,7 +563,7 @@ void gpu::MTLTexture::update_sub( return; } - /* Check Format writeability. */ + /* Check Format write-ability. */ if (mtl_format_get_writeable_view_format(destination_format) == MTLPixelFormatInvalid) { MTL_LOG_ERROR( "[Error]: Updating texture -- destination MTLPixelFormat '%d' does not support write " -- cgit v1.2.3