From 8ef8f3a60a0a2c858ceb30a4f56a4a31ea538ba8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Dec 2021 20:21:26 +1100 Subject: Cleanup: spelling in comments --- source/blender/blenlib/intern/BLI_mempool_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/BLI_mempool_private.h b/source/blender/blenlib/intern/BLI_mempool_private.h index 1d18f6d1b28..90569d87c41 100644 --- a/source/blender/blenlib/intern/BLI_mempool_private.h +++ b/source/blender/blenlib/intern/BLI_mempool_private.h @@ -48,7 +48,7 @@ typedef struct ParallelMempoolTaskData { * (each task should have its own), * such that each iterator goes over its own single chunk, * and only getting the next chunk to iterate over has to be - * protected against concurrency (which can be done in a lockless way). + * protected against concurrency (which can be done in a lock-less way). * * To be used when creating a task for each single item in the pool is totally overkill. * -- cgit v1.2.3