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-06-09 03:16:26 +0300
committerCampbell Barton <campbell@blender.org>2022-06-09 03:27:20 +0300
commit132e58610d6c71c38bafcc5034e942bde8f01ad6 (patch)
tree39cea61a2b8a2c21776153374a8f77e49e331571 /source/blender/makesrna
parent3bdf1c11fb15df96355cc79e885e0d7aa1dc3afb (diff)
Cleanup: spelling in comments & variables
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_internal_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_internal_types.h b/source/blender/makesrna/intern/rna_internal_types.h
index 4f88959b5ba..a5b06cabade 100644
--- a/source/blender/makesrna/intern/rna_internal_types.h
+++ b/source/blender/makesrna/intern/rna_internal_types.h
@@ -532,7 +532,7 @@ struct StructRNA {
/* property to iterate over properties */
PropertyRNA *iteratorproperty;
- /* struct this is derivedfrom */
+ /** Struct this is derived from. */
struct StructRNA *base;
/* only use for nested structs, where both the parent and child access