aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-09-24 18:03:26 -0700
committerLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-09-24 18:03:26 -0700
commit1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7 (patch)
tree07a87c82efa398bce0b3d663c72c7b8e52439a1e /tcc.h
parent44d4da62bb6aabd9030960fa41c12c097158ce0b (diff)
downloadtinycc-1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7.tar.gz
tinycc-1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7.tar.bz2
Spelling fixes
Comments only, no change to functionality
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
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) */