From a6a0a091978d09ffa85306dcabb671370a5bb322 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 30 Sep 2019 17:06:28 +1000 Subject: Cleanup: spelling --- source/blender/blenlib/BLI_sort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_sort.h') diff --git a/source/blender/blenlib/BLI_sort.h b/source/blender/blenlib/BLI_sort.h index b6250afdee0..08e61915a83 100644 --- a/source/blender/blenlib/BLI_sort.h +++ b/source/blender/blenlib/BLI_sort.h @@ -31,7 +31,7 @@ # define BLI_qsort_r qsort_r #endif -/* Quick sort reentrant */ +/* Quick sort re-entrant */ typedef int (*BLI_sort_cmp_t)(const void *a, const void *b, void *ctx); void BLI_qsort_r(void *a, size_t n, size_t es, BLI_sort_cmp_t cmp, void *thunk) -- cgit v1.2.3