From 3249ab70ef6124e7fb910f987b0e033f42035bfa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 8 Apr 2021 16:20:22 +1000 Subject: Cleanup: spelling --- source/blender/nodes/intern/node_exec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/nodes/intern') diff --git a/source/blender/nodes/intern/node_exec.cc b/source/blender/nodes/intern/node_exec.cc index a52f7a48243..18403417af3 100644 --- a/source/blender/nodes/intern/node_exec.cc +++ b/source/blender/nodes/intern/node_exec.cc @@ -166,7 +166,7 @@ bNodeTreeExec *ntree_exec_begin(bNodeExecContext *context, int index; bNode **nodelist; int totnodes, n; - /* XXX texnodes have threading issues with muting, have to disable it there ... */ + /* XXX: texture-nodes have threading issues with muting, have to disable it there. */ /* ensure all sock->link pointers and node levels are correct */ /* Using global main here is likely totally wrong, not sure what to do about that one though... -- cgit v1.2.3