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/blenkernel/intern/collection.c
parent27388f7f46db6ce87d89bf1aa3350c899d56f42b (diff)
Cleanup: spelling in comments
Use <pre>..</pre> for pseudo-code.
Diffstat (limited to 'source/blender/blenkernel/intern/collection.c')
-rw-r--r--source/blender/blenkernel/intern/collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/collection.c b/source/blender/blenkernel/intern/collection.c
index af776e9dbb0..891145b47c9 100644
--- a/source/blender/blenkernel/intern/collection.c
+++ b/source/blender/blenkernel/intern/collection.c
@@ -129,7 +129,7 @@ static void collection_free_data(ID *id)
{
Collection *collection = (Collection *)id;
- /* No animdata here. */
+ /* No animation-data here. */
BKE_previewimg_free(&collection->preview);
BLI_freelistN(&collection->gobject);