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 --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 06965eb..0a1de29 100644 --- a/tcc.h +++ b/tcc.h @@ -1453,7 +1453,7 @@ ST_FUNC int handle_eob(void); /* ------------ xxx-link.c ------------ */ -/* Wether to generate a GOT/PLT entry and when. NO_GOTPLT_ENTRY is first so +/* Whether to generate a GOT/PLT entry and when. NO_GOTPLT_ENTRY is first so that unknown relocation don't create a GOT or PLT entry */ enum gotplt_entry { NO_GOTPLT_ENTRY, /* never generate (eg. GLOB_DAT & JMP_SLOT relocs) */ -- cgit v1.3.1