From 0d719fcacb3bb17e948afb62130c7162858ed80e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 11 Aug 2019 22:41:04 +1000 Subject: Cleanup: spelling --- source/blender/blenlib/intern/math_statistics.c | 2 +- source/blender/blenlib/intern/task.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/math_statistics.c b/source/blender/blenlib/intern/math_statistics.c index d4fcb32ce37..18affbed708 100644 --- a/source/blender/blenlib/intern/math_statistics.c +++ b/source/blender/blenlib/intern/math_statistics.c @@ -96,7 +96,7 @@ static void covariance_m_vn_ex_task_cb(void *__restrict userdata, * \param center: the center (or mean point) of cos_vn. If NULL, * it is assumed cos_vn is already centered. * \param use_sample_correction: whether to apply sample correction - * (i.e. get 'sample varince' instead of 'population variance'). + * (i.e. get 'sample variance' instead of 'population variance'). * \return r_covmat the computed covariance matrix. */ void BLI_covariance_m_vn_ex(const int n, diff --git a/source/blender/blenlib/intern/task.c b/source/blender/blenlib/intern/task.c index bea38a232cc..034a6d4017e 100644 --- a/source/blender/blenlib/intern/task.c +++ b/source/blender/blenlib/intern/task.c @@ -149,7 +149,7 @@ typedef struct TaskThreadLocalStorage { * without "interrupting" for task execution. * * We try to accumulate as much tasks as possible in a local queue without - * any locks first, and then we push all of them into a scheduler's queue + * any locks first, and then we push all of them into a schedulers queue * from within a single mutex lock. */ bool do_delayed_push; -- cgit v1.2.3