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-03-17 02:04:45 +0300
committerCampbell Barton <campbell@blender.org>2022-03-17 02:08:41 +0300
commitea0c86e961de20d4215824d5cfd239a1f4c4cc90 (patch)
treee71ac0d90968892d53d94f15191a1bbb93f24665 /source/blender/makesdna/DNA_space_types.h
parent27388f7f46db6ce87d89bf1aa3350c899d56f42b (diff)
Cleanup: spelling in comments
Use <pre>..</pre> for pseudo-code.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index e6c163d94ba..c3335f7959e 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -782,7 +782,7 @@ typedef struct FileSelectParams {
char _pad1[2];
/* short */
- /** XXXXX for now store type here, should be moved to the operator. */
+ /** XXX: for now store type here, should be moved to the operator. */
short type; /* eFileSelectType */
/** Settings for filter, hiding dots files. */
short flag;
@@ -797,7 +797,7 @@ typedef struct FileSelectParams {
/** Filter when (flags & FILE_FILTER) is true. */
int filter;
- /** Max number of levels in dirtree to show at once, 0 to disable recursion. */
+ /** Max number of levels in directory tree to show at once, 0 to disable recursion. */
short recursion_level;
char _pad4[2];