From c71db48b27e69967e84487b981adb0b08183da27 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 21 Sep 2018 10:07:57 +0200 Subject: Fix minor typo in comment. --- source/blender/depsgraph/DEG_depsgraph_query.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph/DEG_depsgraph_query.h') 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; -- cgit v1.2.3