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-04 02:29:53 +0300
committerCampbell Barton <campbell@blender.org>2022-03-04 02:31:11 +0300
commit8b06c524d207f5e67ef22d6a1869c94d8f91717f (patch)
tree3a89ed263632daa2b9bd49971ef45dee46744375 /source/blender/makesdna/DNA_space_types.h
parentfd2519e0b6948903892c3cfc373c903337979407 (diff)
Cleanup: spelling in comments, function name
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index b1212965992..e6c163d94ba 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -894,10 +894,9 @@ typedef struct SpaceFile {
*/
ListBase folder_histories; /* FileFolderHistory */
- /* operator that is invoking fileselect
- * op->exec() will be called on the 'Load' button.
- * if operator provides op->cancel(), then this will be invoked
- * on the cancel button.
+ /**
+ * The operator that is invoking file-select `op->exec()` will be called on the 'Load' button.
+ * if operator provides op->cancel(), then this will be invoked on the cancel button.
*/
struct wmOperator *op;