diff options
author | Sedat Dilek <sedat.dilek@gmail.com> | 2015-06-09 21:14:35 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2015-06-09 20:46:12 +0100 |
commit | 76be8782729052904a0a7222b1b66569636523a6 (patch) | |
tree | 29d50f027f55c8ca76521619f71b6af90abf41b1 /src/sna/brw/brw_eu_emit.c | |
parent | 5f626e124142bd8968a031451c38967ca5de2f7c (diff) |
Fix typos found with codespell v1.7
To get codespell v1.7 check [2].
[1] https://github.com/lucasdemarchi/codespell
[2] https://github.com/lucasdemarchi/codespell/releases
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Diffstat (limited to 'src/sna/brw/brw_eu_emit.c')
-rw-r--r-- | src/sna/brw/brw_eu_emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/brw/brw_eu_emit.c b/src/sna/brw/brw_eu_emit.c index 00c984d9..2f33022a 100644 --- a/src/sna/brw/brw_eu_emit.c +++ b/src/sna/brw/brw_eu_emit.c @@ -700,7 +700,7 @@ push_if_stack(struct brw_compile *p, struct brw_instruction *inst) * * When the matching 'else' instruction is reached (presumably by * countdown of the instruction count patched in by our ELSE/ENDIF - * functions), the relevent flags are inverted. + * functions), the relevant flags are inverted. * * When the matching 'endif' instruction is reached, the flags are * popped off. If the stack is now empty, normal execution resumes. |