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 --- tccpe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tccpe.c') diff --git a/tccpe.c b/tccpe.c index 91b1a32..1337de8 100644 --- a/tccpe.c +++ b/tccpe.c @@ -1333,7 +1333,7 @@ static int pe_check_symbols(struct pe_info *pe) #ifdef PE_PRINT_SECTIONS static void pe_print_section(FILE * f, Section * s) { - /* just if you'r curious */ + /* just if you're curious */ BYTE *p, *e, b; int i, n, l, m; p = s->data; @@ -1976,7 +1976,7 @@ ST_FUNC int pe_output_file(TCCState *s1, const char *filename) tcc_add_bcheck(s1); pe_add_runtime(s1, &pe); - relocate_common_syms(); /* assign bss adresses */ + relocate_common_syms(); /* assign bss addresses */ tcc_add_linker_symbols(s1); pe_set_options(s1, &pe); -- cgit v1.3.1