summaryrefslogtreecommitdiff
path: root/assembler/brw_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/brw_structs.h')
-rw-r--r--assembler/brw_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/assembler/brw_structs.h b/assembler/brw_structs.h
index b9e3059a..a5acbe3d 100644
--- a/assembler/brw_structs.h
+++ b/assembler/brw_structs.h
@@ -1053,7 +1053,7 @@ struct brw_instruction
GLuint predicate_control:4;
GLuint predicate_inverse:1;
GLuint execution_size:3;
- GLuint destreg__conditonalmod:4; /* destreg - send, conditionalmod - others */
+ GLuint destreg__conditionalmod:4; /* destreg - send, conditionalmod - others */
GLuint pad0:2;
GLuint debug_control:1;
GLuint saturate:1;