Cleanup: typo.

This commit is contained in:
Bastien Montagne 2018-06-07 16:02:55 +02:00
parent 1e4722eeab
commit 819ad49d29

@ -147,7 +147,7 @@ typedef struct ObjectDisplay {
typedef struct Object_Runtime { typedef struct Object_Runtime {
/* Original mesh pointer, before object->data was changed to point /* Original mesh pointer, before object->data was changed to point
* to mesh_eval. * to mesh_eval.
* Is assigned by dependency craph's copy-on-write evaluation. * Is assigned by dependency graph's copy-on-write evaluation.
*/ */
struct Mesh *mesh_orig; struct Mesh *mesh_orig;
/* Mesh structure created during object evaluation. /* Mesh structure created during object evaluation.