From b1959a96a2b54e9a425147f4ce3c3806c43c7188 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Aug 2019 04:11:50 +1000 Subject: Cleanup: spelling --- source/blender/render/extern/include/RE_pipeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/render/extern') diff --git a/source/blender/render/extern/include/RE_pipeline.h b/source/blender/render/extern/include/RE_pipeline.h index 93b85b6b96a..01a9e1a538b 100644 --- a/source/blender/render/extern/include/RE_pipeline.h +++ b/source/blender/render/extern/include/RE_pipeline.h @@ -256,7 +256,7 @@ void RE_SetView(struct Render *re, float mat[4][4]); /* get current view and window transform */ void RE_GetViewPlane(struct Render *re, rctf *r_viewplane, rcti *r_disprect); -/* set the render threads based on the commandline and autothreads setting */ +/* set the render threads based on the command-line and autothreads setting */ void RE_init_threadcount(Render *re); bool RE_WriteRenderViewsImage(struct ReportList *reports, -- cgit v1.2.3