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/makesdna/DNA_gpencil_types.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/makesdna/DNA_gpencil_types.h') diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h index 5a32f9bc23c..307a6f2fe16 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -170,7 +170,7 @@ typedef struct bGPDstroke_Runtime { /* Grease-Pencil Annotations - 'Stroke' * -> A stroke represents a (simplified version) of the curve - * drawn by the user in one 'mousedown'->'mouseup' operation + * drawn by the user in one 'mouse-down'->'mouse-up' operation */ typedef struct bGPDstroke { struct bGPDstroke *next, *prev; @@ -457,7 +457,7 @@ typedef struct bGPgrid { /* Grease-Pencil Annotations - 'DataBlock' */ typedef struct bGPdata { - /** Grease Pencil data is a datablock. */ + /** Grease Pencil data is a data-block. */ ID id; /** Animation data - for animating draw settings. */ struct AnimData *adt; @@ -465,7 +465,7 @@ typedef struct bGPdata { /* Grease-Pencil data */ /** BGPDlayers. */ ListBase layers; - /** Settings for this datablock. */ + /** Settings for this data-block. */ int flag; char _pad1[4]; @@ -532,9 +532,9 @@ typedef struct bGPdata { * changes made during the porting process. */ typedef enum eGPdata_Flag { - /* datablock is used for "annotations" + /* data-block is used for "annotations" * NOTE: This flag used to be used in 2.4x, but should hardly ever have been set. - * We can use this freely now, as all GP datablocks from pre-2.8 will get + * We can use this freely now, as all GP data-blocks from pre-2.8 will get * set on file load (as many old use cases are for "annotations" only) */ GP_DATA_ANNOTATIONS = (1 << 0), -- cgit v1.2.3