Cleanup: spelling

Also correct wrapped lines of example code in threads.cc.
This commit is contained in:
2020-09-07 15:57:12 +10:00
parent 379d5d7349
commit 267b8e1a5c
15 changed files with 52 additions and 47 deletions

View File

@@ -123,7 +123,7 @@ GPUTexture **gpu_material_ramp_texture_row_set(GPUMaterial *mat,
float *pixels,
float *row)
{
/* In order to put all the colorbands into one 1D array texture,
/* In order to put all the color-bands into one 1D array texture,
* we need them to be the same size. */
BLI_assert(size == CM_TABLE + 1);
UNUSED_VARS_NDEBUG(size);