diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-02-16 20:32:24 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-02-16 20:32:24 +0100 |
commit | a5f8f538a20aee0671ec6ec9edb6c650365e2222 (patch) | |
tree | 9230fde86a5673e056a520e08985b7dcad9e88d3 /tinyc/i386-asm.c | |
parent | 3fec9623d7487fff08c7ba100bae7fef0452a132 (diff) | |
parent | 657dca5c3b26a088ac291e06308d44d5e52c162f (diff) | |
download | Nim-a5f8f538a20aee0671ec6ec9edb6c650365e2222.tar.gz |
Merge pull request #2140 from FedericoCeratto/devel
Fix some typos
Diffstat (limited to 'tinyc/i386-asm.c')
-rw-r--r-- | tinyc/i386-asm.c | 2 |
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, |