diff options
| author | Vincent Lefevre <vincent@vinc17.net> | 2014-04-07 13:31:00 +0200 |
|---|---|---|
| committer | Vincent Lefevre <vincent@vinc17.net> | 2014-04-07 13:31:00 +0200 |
| commit | 3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9 (patch) | |
| tree | 9cb8986b31d58cd7ba2eb8e28a437cd7fa33b838 /i386-asm.c | |
| parent | d09a46d655f18e88b848e95ddf7fed7ac20bfc36 (diff) | |
| download | tinycc-3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9.tar.gz tinycc-3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9.tar.bz2 | |
Corrected spelling mistakes in comments and strings
Diffstat (limited to 'i386-asm.c')
| -rw-r--r-- | i386-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1382,7 +1382,7 @@ ST_FUNC void subst_asm_operand(CString *add_str, } } -/* generate prolog and epilog code for asm statment */ +/* generate prolog and epilog code for asm statement */ ST_FUNC void asm_gen_code(ASMOperand *operands, int nb_operands, int nb_outputs, int is_output, uint8_t *clobber_regs, |
