From 1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 24 Sep 2017 18:03:26 -0700 Subject: Spelling fixes Comments only, no change to functionality --- tccgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tccgen.c') 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; -- cgit v1.3.1