From 6d2b486e431dae57536a5a7d9b64c62144754363 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Oct 2021 09:28:00 +1100 Subject: Cleanup: spelling in comments --- source/blender/imbuf/intern/anim_movie.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source/blender/imbuf/intern/anim_movie.c') diff --git a/source/blender/imbuf/intern/anim_movie.c b/source/blender/imbuf/intern/anim_movie.c index 4eb078113dd..c11c6d778a1 100644 --- a/source/blender/imbuf/intern/anim_movie.c +++ b/source/blender/imbuf/intern/anim_movie.c @@ -1496,14 +1496,15 @@ static void free_anim_ffmpeg(struct anim *anim) #endif -/* Try to init the anim struct. - * Returns true on success.*/ - +/** + * Try to initialize the #anim struct. + * Returns true on success. + */ static bool anim_getnew(struct anim *anim) { BLI_assert(anim->curtype == ANIM_NONE); if (anim == NULL) { - /* Nothing to init. */ + /* Nothing to initialize. */ return false; } -- cgit v1.2.3