aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccgen.c')
-rw-r--r--tccgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tccgen.c b/tccgen.c
index e6a56a7..02e40de 100644
--- a/tccgen.c
+++ b/tccgen.c
@@ -3637,7 +3637,7 @@ static void struct_layout(CType *type, AttributeDef *ad)
if (bit_pos + bit_size <= size * 8 && f->c + size <= c)
continue;
- /* try to access the field using a differnt type */
+ /* try to access the field using a different type */
c0 = -1, s = align = 1;
for (;;) {
px = f->c * 8 + bit_pos;