From 6529d20d79a5e55696a2fa48150055d3e4a942dd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 12 Jun 2019 09:04:10 +1000 Subject: Cleanup: spelling in comments --- source/blender/depsgraph/DEG_depsgraph_query.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 cc6c5e7282a..bd59ebcd869 100644 --- a/source/blender/depsgraph/DEG_depsgraph_query.h +++ b/source/blender/depsgraph/DEG_depsgraph_query.h @@ -81,7 +81,7 @@ void DEG_get_customdata_mask_for_object(const struct Depsgraph *graph, /* Get scene at its evaluated state. * * Technically, this is a copied-on-written and fully evaluated version of the input scene. - * This function will check that the datablock has been expanded (and copied) from the original + * This function will check that the data-block has been expanded (and copied) from the original * one. Assert will happen if it's not. */ struct Scene *DEG_get_evaluated_scene(const struct Depsgraph *graph); @@ -119,13 +119,13 @@ struct ID *DEG_get_original_id(struct ID *id); /* Check whether given ID is an original, * * Original IDs are considered all the IDs which are not covered by copy-on-write system and are - * not out-of-main localized datablocks. */ + * not out-of-main localized data-blocks. */ bool DEG_is_original_id(struct ID *id); bool DEG_is_original_object(struct Object *object); /* Opposite of the above. * - * If the datablock is not original it must be evaluated, and vice versa. */ + * If the data-block is not original it must be evaluated, and vice versa. */ bool DEG_is_evaluated_id(struct ID *id); bool DEG_is_evaluated_object(struct Object *object); -- cgit v1.2.3