Depsgraph: Cleanup, spelling in comment

This commit is contained in:
Sergey Sharybin 2019-10-08 11:12:30 +02:00
parent 9d13321831
commit ad876e728c
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7850524e6d7864196538781148026f282e69ce2c
Subproject commit b25958d1542648c890a9199694b4a9f6ec5ffcb3

View File

@ -134,7 +134,7 @@ static void calculate_pending_func(void *__restrict data_v,
if (!check_operation_node_visible(from)) {
continue;
}
/* No need to vait for operation which is up to date. */
/* No need to wait for operation which is up to date. */
if ((from->flag & DEPSOP_FLAG_NEEDS_UPDATE) == 0) {
continue;
}