From 1d8648b13a0667d338a4e60df004be7e41525968 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jun 2021 15:44:12 +1000 Subject: Cleanup: repeated terms in code comments & error messages --- source/blender/render/intern/engine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/render') diff --git a/source/blender/render/intern/engine.c b/source/blender/render/intern/engine.c index 306d144f79d..7316afc448e 100644 --- a/source/blender/render/intern/engine.c +++ b/source/blender/render/intern/engine.c @@ -812,7 +812,7 @@ bool RE_bake_engine(Render *re, engine->flag &= ~RE_ENGINE_RENDERING; /* Free depsgraph outside of parts mutex lock, since this locks OpenGL context - * while the the UI drawing might also lock the OpenGL context and parts mutex. */ + * while the UI drawing might also lock the OpenGL context and parts mutex. */ engine_depsgraph_free(engine); BLI_rw_mutex_lock(&re->partsmutex, THREAD_LOCK_WRITE); @@ -1037,7 +1037,7 @@ bool RE_engine_render(Render *re, bool do_all) /* re->engine becomes zero if user changed active render engine during render */ if (!engine_keep_depsgraph(engine) || !re->engine) { /* Free depsgraph outside of parts mutex lock, since this locks OpenGL context - * while the the UI drawing might also lock the OpenGL context and parts mutex. */ + * while the UI drawing might also lock the OpenGL context and parts mutex. */ BLI_rw_mutex_unlock(&re->partsmutex); engine_depsgraph_free(engine); BLI_rw_mutex_lock(&re->partsmutex, THREAD_LOCK_WRITE); -- cgit v1.2.3