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 <campbell@blender.org>2022-05-06 10:56:59 +0300
committerCampbell Barton <campbell@blender.org>2022-05-06 10:56:59 +0300
commit2c75857f9fc0dc5d524e4a0407e0a68856e5906e (patch)
tree4c875e0a1d2b87f2aa5f60e30db32f5bd826c6c2 /source/blender/makesdna/DNA_space_types.h
parentae9ef281265a4dc2d1fc77783a012211895bc8d0 (diff)
Cleanup: spelling in comments, use doxygen comments
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index ef93128e5a0..8e29d88a583 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1340,7 +1340,7 @@ enum {
typedef struct SpaceText_Runtime {
- /** Actual line height, scaled by dpi. */
+ /** Actual line height, scaled by DPI. */
int lheight_px;
/** Runtime computed, character width. */