Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-20 07:38:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-20 07:38:14 +0300
commit4cd808f912173b8c59c217860313e178102e893e (patch)
tree4210a0125a63430914e81c116dd0866b2d58c08f /source/blender/makesdna/DNA_anim_types.h
parent7bb2b910c0e471e90d4dc5fe6c94aeb4f3ad57b0 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesdna/DNA_anim_types.h')
-rw-r--r--source/blender/makesdna/DNA_anim_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h
index c9abb4fb5be..dffb3588de4 100644
--- a/source/blender/makesdna/DNA_anim_types.h
+++ b/source/blender/makesdna/DNA_anim_types.h
@@ -58,8 +58,8 @@ typedef struct FModifier {
/** Settings for the modifier. */
short flag;
/**
- * Expansion state for the modifier panel and its subpanels, stored as a bitfield
- * in depth-first order. (Maximum of sizeof(short) total panels).
+ * Expansion state for the modifier panel and its sub-panels, stored as a bit-field
+ * in depth-first order. (Maximum of `sizeof(short)` total panels).
*/
short ui_expand_flag;