From 5517c848bdf18df758466c0c6c8b7389f9df558a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 21 Sep 2022 11:57:20 +1000 Subject: Cleanup: spelling in comments --- source/blender/blenlib/BLI_lazy_threading.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_lazy_threading.hh') diff --git a/source/blender/blenlib/BLI_lazy_threading.hh b/source/blender/blenlib/BLI_lazy_threading.hh index 61532fe24f0..b5a15919c89 100644 --- a/source/blender/blenlib/BLI_lazy_threading.hh +++ b/source/blender/blenlib/BLI_lazy_threading.hh @@ -21,7 +21,7 @@ * Given those constraints, a single grain size cannot be determined. One could just schedule all * tasks individually but that would create a lot of overhead when the tasks happen to be very * small. While TBB will keep all tasks on a single thread if the other threads are busy, if they - * are idle they will start stealing the work even if that's not benefitial for overall + * are idle they will start stealing the work even if that's not beneficial for overall * performance. * * This file provides a simple API that allows a task scheduler to properly handle tasks whose size -- cgit v1.2.3