From 16afff2ddc4580cfe3a952c3e60e0950ae0487b6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Apr 2022 09:16:24 +1000 Subject: Cleanup: spelling in comments --- source/blender/gpu/GPU_material.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_material.h') diff --git a/source/blender/gpu/GPU_material.h b/source/blender/gpu/GPU_material.h index 57791b400d4..58bbe11b4d6 100644 --- a/source/blender/gpu/GPU_material.h +++ b/source/blender/gpu/GPU_material.h @@ -116,7 +116,7 @@ typedef enum eGPUDefaultValue { typedef struct GPUCodegenOutput { char *attr_load; - /* Nodetree functions calls. */ + /* Node-tree functions calls. */ char *displacement; char *surface; char *volume; -- cgit v1.2.3