summaryrefslogtreecommitdiff
path: root/assembler/gen4asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/gen4asm.h')
-rw-r--r--assembler/gen4asm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/assembler/gen4asm.h b/assembler/gen4asm.h
index 49baf9dc..a708c526 100644
--- a/assembler/gen4asm.h
+++ b/assembler/gen4asm.h
@@ -106,7 +106,7 @@ struct options {
struct region {
int vert_stride, width, horiz_stride;
- int is_default;
+ int is_default;
};
struct regtype {
int type;
@@ -114,7 +114,7 @@ struct regtype {
};
/**
- * This structure is the internal representation of source operands in the
+ * This structure is the internal representation of source operands in the
* parser.
*/
struct src_operand {