diff options
Diffstat (limited to 'tccelf.c')
| -rw-r--r-- | tccelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ ST_FUNC Section *new_section(TCCState *s1, const char *name, int sh_type, int sh sec->sh_addralign = 1; break; default: - sec->sh_addralign = PTR_SIZE; /* gcc/pcc default aligment */ + sec->sh_addralign = PTR_SIZE; /* gcc/pcc default alignment */ break; } |
