Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-07-22 11:46:41 +10:00
parent 302887c619
commit 3a3de9b674
8 changed files with 10 additions and 10 deletions

View File

@@ -1229,7 +1229,7 @@ bool RE_engine_draw_acquire(Render *re)
RenderEngine *engine = re->engine;
if (!engine) {
/* \No engine-side drawing if the engine does not exist. */
/* No engine-side drawing if the engine does not exist. */
return false;
}