From ac3324f1976a2aabfcadd86e475acc5389fa35fc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 31 Jan 2022 10:51:33 +1100 Subject: Cleanup: spelling in comments --- source/blender/render/RE_texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/render/RE_texture.h') diff --git a/source/blender/render/RE_texture.h b/source/blender/render/RE_texture.h index c6ccc547ff4..4d58d866e9f 100644 --- a/source/blender/render/RE_texture.h +++ b/source/blender/render/RE_texture.h @@ -103,7 +103,7 @@ void RE_point_density_fix_linking(void); typedef struct TexResult { float tin; float trgba[4]; - /* Is acually a bool true->use alpha, false->set alpha to 1.0. */ + /* Is actually a boolean: When true -> use alpha, false -> set alpha to 1.0. */ int talpha; float *nor; } TexResult; -- cgit v1.2.3