From 4b12f521e38fedf09485e0436e339031f363130a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 Dec 2021 11:38:09 +1100 Subject: Cleanup: spelling --- source/blender/imbuf/IMB_imbuf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf/IMB_imbuf.h') diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h index ecc14e72108..1f698c65382 100644 --- a/source/blender/imbuf/IMB_imbuf.h +++ b/source/blender/imbuf/IMB_imbuf.h @@ -921,11 +921,11 @@ typedef enum eIMBTransformMode { * The given matrix should transform between dst pixel space to src pixel space. * One unit is one pixel. * \param src_crop cropping region how to crop the source buffer. Should only be passed when mode - * is set to IMB_TRANSFORM_MODE_CROP_SRC. For any other mode this should be empty. + * is set to #IMB_TRANSFORM_MODE_CROP_SRC. For any other mode this should be empty. * * During transformation no data/color conversion will happens. * When transforming between float images the number of channels of the source buffer may be - * between 1 and 4. When source buffer has one channel the data will be read as a grey scale value. + * between 1 and 4. When source buffer has one channel the data will be read as a gray scale value. */ void IMB_transform(const struct ImBuf *src, struct ImBuf *dst, -- cgit v1.2.3