Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2018-09-21 11:07:57 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-09-21 11:08:42 +0300
commitc71db48b27e69967e84487b981adb0b08183da27 (patch)
treef4363b648af2891f80370a30dac39adb6244be9e /source/blender/depsgraph/DEG_depsgraph_query.h
parentcf34c165ea379e14fa1522a203f0555802631677 (diff)
Fix minor typo in comment.
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_query.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_query.h b/source/blender/depsgraph/DEG_depsgraph_query.h
index a666100c6da..199dccd7900 100644
--- a/source/blender/depsgraph/DEG_depsgraph_query.h
+++ b/source/blender/depsgraph/DEG_depsgraph_query.h
@@ -133,7 +133,7 @@ typedef struct DEGObjectIterData {
*/
struct Object temp_dupli_object;
- /* **** Iteration ober ID nodes **** */
+ /* **** Iteration over ID nodes **** */
size_t id_node_index;
size_t num_id_nodes;
} DEGObjectIterData;