aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccelf.c')
-rw-r--r--tccelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tccelf.c b/tccelf.c
index a936767..aedc85a 100644
--- a/tccelf.c
+++ b/tccelf.c
@@ -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;
}