Cleanup: correct spelling in comments

This commit is contained in:
2021-02-05 16:23:34 +11:00
parent b62b923f54
commit 17e1e2bfd8
417 changed files with 833 additions and 823 deletions

View File

@@ -108,7 +108,7 @@ static void external_engine_init(void *vedata)
const DRWContextState *draw_ctx = DRW_context_state_get();
ARegion *region = draw_ctx->region;
/* Depth prepass */
/* Depth pre-pass. */
if (!e_data.depth_sh) {
const GPUShaderConfigData *sh_cfg = &GPU_shader_cfg_data[GPU_SHADER_CFG_DEFAULT];