From 19d8b8a17383863d45823e37f20a94cc1d55c3a6 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 7 May 2017 21:38:09 -0700 Subject: Spelling fixes in C comments only --- tccelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tccelf.c') 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; } -- cgit v1.3.1