summary refs log tree commit diff stats
path: root/tinyc/i386-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/i386-asm.c')
-rw-r--r--tinyc/i386-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyc/i386-asm.c b/tinyc/i386-asm.c
index 21b28d7a0..12ff8f2ba 100644
--- a/tinyc/i386-asm.c
+++ b/tinyc/i386-asm.c
@@ -1105,7 +1105,7 @@ static void subst_asm_operand(CString *add_str,
     }
 }
 
-/* generate prolog and epilog code for asm statment */
+/* generate prolog and epilog code for asm statement */
 static void asm_gen_code(ASMOperand *operands, int nb_operands, 
                          int nb_outputs, int is_output,
                          uint8_t *clobber_regs,