[Bf-blender-cvs] [d2dd278c5e2] blender2.8: Fix typo in comment.

Bastien Montagne noreply at git.blender.org
Wed Nov 14 17:07:14 CET 2018


Commit: d2dd278c5e2f4d41bc94df7fca959cca6d2526d0
Author: Bastien Montagne
Date:   Wed Nov 14 16:46:33 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBd2dd278c5e2f4d41bc94df7fca959cca6d2526d0

Fix typo in comment.

===================================================================

M	source/blender/makesrna/intern/rna_collection.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_collection.c b/source/blender/makesrna/intern/rna_collection.c
index 2279dc6880d..03e00708738 100644
--- a/source/blender/makesrna/intern/rna_collection.c
+++ b/source/blender/makesrna/intern/rna_collection.c
@@ -162,7 +162,7 @@ static PointerRNA rna_Collection_children_get(CollectionPropertyIterator *iter)
 {
 	ListBaseIterator *internal = &iter->internal.listbase;
 
-	/* we are actually iterating a CollectionBase list, so override get */
+	/* we are actually iterating a CollectionChild list, so override get */
 	CollectionChild *child = (CollectionChild *)internal->link;
 	return rna_pointer_inherit_refine(&iter->parent, &RNA_Collection, child->collection);
 }



More information about the Bf-blender-cvs mailing list