From add1b6ab3c91d408635b311127224dd4cc33f1ab Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 23 Sep 2022 14:33:43 +1000 Subject: Cleanup: spelling in comments --- source/blender/imbuf/intern/dds/DirectDrawSurface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf/intern/dds/DirectDrawSurface.cpp') diff --git a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp index 39432827467..ab2f0207be4 100644 --- a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp +++ b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp @@ -872,8 +872,8 @@ DirectDrawSurface::DirectDrawSurface(uchar *mem, uint size) : stream(mem, size), mem_read(stream, header); /* Some ATI2 compressed normal maps do not have their - * normal flag set, so force it here (the original nvtt don't do - * this, but the decompressor has a -forcenormal flag). */ + * normal flag set, so force it here (the original `nvtt` don't do + * this, but the decompressor has a `-forcenormal` flag). */ if (header.pf.fourcc == FOURCC_ATI2) { header.setNormalFlag(true); } -- cgit v1.2.3