Cleanup typo in comment.

This commit is contained in:
Bastien Montagne 2018-01-11 17:55:58 +01:00
parent 38d480fb54
commit c253fe5e87

@ -693,7 +693,7 @@ static TaskPool *task_pool_create_ex(TaskScheduler *scheduler,
/* Ensure malloc will go fine from threads,
*
* This is needed because we could be in main thread here
* and malloc could be non-threda safe at this point because
* and malloc could be non-thread safe at this point because
* no other jobs are running.
*/
BLI_begin_threaded_malloc();