mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
Fix some typos
while on it, remove unneeded white spaces. Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
@@ -751,7 +751,7 @@ static void write_symbolinfo_table(struct coff_Section *const sect)
|
||||
section_write32(sect, 0x000000F1);
|
||||
section_write32(sect, field_length);
|
||||
|
||||
/* for sub fields, length preceeds type */
|
||||
/* for sub fields, length proceeds type */
|
||||
|
||||
out_len = write_symbolinfo_obj(sect);
|
||||
nasm_assert(out_len == obj_length);
|
||||
|
Reference in New Issue
Block a user