From 2ea036e02c3fe1374d32c23f795879623773a5ef Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 26 Mar 2023 08:59:00 +0100 Subject: fix some spelling mistakes (#640) --- src/include/box64context.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/include/box64context.h') diff --git a/src/include/box64context.h b/src/include/box64context.h index 010521e8..1920bb8a 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -107,7 +107,7 @@ typedef struct box64context_s { lib_t *maplib; // lib and symbols handling lib_t *local_maplib; // libs and symbols openned has local (only collection of libs, no symbols) - dic_t *versym; // dictionnary of versionned symbols + dic_t *versym; // dictionnary of versioned symbols kh_threadstack_t *stacksizes; // stack sizes attributes for thread (temporary) bridge_t *system; // other bridges @@ -148,10 +148,10 @@ typedef struct box64context_s { void* sdl2allocrw; // SDL2 AllocRW/FreeRW function void* sdl2freerw; - int deferedInit; - elfheader_t **deferedInitList; - int deferedInitSz; - int deferedInitCap; + int deferredInit; + elfheader_t **deferredInitList; + int deferredInitSz; + int deferredInitCap; pthread_key_t tlskey; // then tls key to have actual tlsdata void* tlsdata; // the initial global tlsdata -- cgit 1.4.1