0
0
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:
Elyes HAOUAS
2022-01-09 17:34:35 +01:00
parent 3f9fc2a3a7
commit cdf7ad02c2
55 changed files with 179 additions and 179 deletions

View File

@@ -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);