Spelling fixes

Comments only, no change to functionality
This commit is contained in:
Larry Doolittle
2017-09-24 18:03:26 -07:00
parent 44d4da62bb
commit 1b6806e5bb
19 changed files with 28 additions and 28 deletions

View File

@@ -175,7 +175,7 @@ ST_FUNC void gen_addrpc32(int r, Sym *sym, int c)
gen_le32(c - 4);
}
/* generate a modrm reference. 'op_reg' contains the addtional 3
/* generate a modrm reference. 'op_reg' contains the additional 3
opcode bits */
static void gen_modrm(int op_reg, int r, Sym *sym, int c)
{