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 --- c67-link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c67-link.c') diff --git a/c67-link.c b/c67-link.c index 4b22fd9..de72e44 100644 --- a/c67-link.c +++ b/c67-link.c @@ -44,7 +44,7 @@ int code_reloc (int reloc_type) return -1; } -/* Returns an enumerator to describe wether and when the relocation needs a +/* Returns an enumerator to describe whether and when the relocation needs a GOT and/or PLT entry to be created. See tcc.h for a description of the different values. */ int gotplt_entry_type (int reloc_type) -- cgit v1.3.1