From 26f330ea4ca02f2bc3e78381d90a17d9d0c66337 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 25 Sep 2022 15:24:37 +1000 Subject: Cleanup: format, spelling in comments --- source/blender/depsgraph/DEG_depsgraph_query.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/depsgraph') diff --git a/source/blender/depsgraph/DEG_depsgraph_query.h b/source/blender/depsgraph/DEG_depsgraph_query.h index 81c264d70a3..d832676fe2c 100644 --- a/source/blender/depsgraph/DEG_depsgraph_query.h +++ b/source/blender/depsgraph/DEG_depsgraph_query.h @@ -145,9 +145,9 @@ ENUM_OPERATORS(DegIterFlag, DEG_ITER_OBJECT_FLAG_DUPLI) typedef struct DEGObjectIterSettings { struct Depsgraph *depsgraph; /** - * Bitfield of the #DegIterFlag. + * Bit-field of the #DegIterFlag. * - * NOTE: Be careful with DEG_ITER_OBJECT_FLAG_LINKED_INDIRECTLY objects. + * NOTE: Be careful with #DEG_ITER_OBJECT_FLAG_LINKED_INDIRECTLY objects. * Although they are available they have no overrides (collection_properties) * and will crash if you try to access it. */ -- cgit v1.2.3