From 71d0f6f8965850e3f8298d14e380b22defbef98a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 19 Jul 2020 17:12:48 +1000 Subject: Cleanup: spelling --- source/blender/gpu/intern/gpu_node_graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/intern/gpu_node_graph.h b/source/blender/gpu/intern/gpu_node_graph.h index 3067be1c485..bf59b720cff 100644 --- a/source/blender/gpu/intern/gpu_node_graph.h +++ b/source/blender/gpu/intern/gpu_node_graph.h @@ -116,7 +116,7 @@ typedef struct GPUInput { struct GPUInput *next, *prev; GPUNode *node; - eGPUType type; /* datatype */ + eGPUType type; /* data-type. */ GPUNodeLink *link; int id; /* unique id as created by code generator */ -- cgit v1.2.3