Cleanup: typo.

This commit is contained in:
Bastien Montagne 2018-06-07 16:02:55 +02:00
parent 1e4722eeab
commit 819ad49d29
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ typedef struct ObjectDisplay {
typedef struct Object_Runtime {
/* Original mesh pointer, before object->data was changed to point
* 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;
/* Mesh structure created during object evaluation.