From bb6765f28fdde392976c38712c851d0ef8c75a2c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Mar 2021 09:35:12 +1100 Subject: Cleanup: spelling --- source/blender/compositor/intern/COM_WorkScheduler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/intern/COM_WorkScheduler.cc') diff --git a/source/blender/compositor/intern/COM_WorkScheduler.cc b/source/blender/compositor/intern/COM_WorkScheduler.cc index f19c54991cd..71f062ed5bf 100644 --- a/source/blender/compositor/intern/COM_WorkScheduler.cc +++ b/source/blender/compositor/intern/COM_WorkScheduler.cc @@ -35,7 +35,7 @@ #include "BKE_global.h" #if COM_CURRENT_THREADING_MODEL == COM_TM_NOTHREAD -# ifndef DEBUG /* test this so we dont get warnings in debug builds */ +# ifndef DEBUG /* Test this so we don't get warnings in debug builds. */ # warning COM_CURRENT_THREADING_MODEL COM_TM_NOTHREAD is activated. Use only for debugging. # endif #elif COM_CURRENT_THREADING_MODEL == COM_TM_QUEUE -- cgit v1.2.3