Cleanup: Fix comment typo error

This commit is contained in:
Antonio Vazquez 2019-06-17 11:46:19 +02:00
parent 0ef473969f
commit 4285729d4b
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ void DRW_shader_free(struct GPUShader *shader);
/* Batches */
typedef enum {
/** Wrtie mask */
/** Write mask */
DRW_STATE_WRITE_DEPTH = (1 << 0),
DRW_STATE_WRITE_COLOR = (1 << 1),
DRW_STATE_WRITE_STENCIL = (1 << 2),