From d06384aa41837b905fac94b7cd888dce6c99a3b8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 9 May 2020 17:15:25 +1000 Subject: Cleanup: spelling --- source/blender/blenlib/BLI_task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_task.h') diff --git a/source/blender/blenlib/BLI_task.h b/source/blender/blenlib/BLI_task.h index ce18d5d765e..3ef693ac62a 100644 --- a/source/blender/blenlib/BLI_task.h +++ b/source/blender/blenlib/BLI_task.h @@ -218,7 +218,7 @@ BLI_INLINE void BLI_parallel_range_settings_defaults(TaskParallelSettings *setti } /* Don't use this, store any thread specific data in tls->userdata_chunk instead. - * Ony here for code to be removed. */ + * Only here for code to be removed. */ int BLI_task_parallel_thread_id(const TaskParallelTLS *tls); #ifdef __cplusplus -- cgit v1.2.3