Fix minor typo in comment.

This commit is contained in:
Bastien Montagne 2018-09-21 10:07:57 +02:00
parent cf34c165ea
commit c71db48b27
1 changed files with 1 additions and 1 deletions

View File

@ -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;