Cleanup: format, spelling in comments

This commit is contained in:
2022-09-25 15:24:37 +10:00
parent 4e7983e073
commit 26f330ea4c
6 changed files with 13 additions and 13 deletions

View File

@@ -563,7 +563,7 @@ static bNode *ntree_shader_copy_branch(bNodeTree *ntree,
void (*callback)(bNode *node, int user_data),
int user_data)
{
/* Init tmp flag. */
/* Initialize `tmp_flag`. */
LISTBASE_FOREACH (bNode *, node, &ntree->nodes) {
node->tmp_flag = -1;
}