diff options
| author | josch <j.schauer@email.de> | 2023-03-26 08:59:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-26 09:59:00 +0200 |
| commit | 2ea036e02c3fe1374d32c23f795879623773a5ef (patch) | |
| tree | d6e66a89f5d54d11875a3a65b41356694442f70f /src/include/box64context.h | |
| parent | f58ac3e9bf15251d902f22abea9685e7cbe55b2b (diff) | |
| download | box64-2ea036e02c3fe1374d32c23f795879623773a5ef.tar.gz box64-2ea036e02c3fe1374d32c23f795879623773a5ef.zip | |
fix some spelling mistakes (#640)
Diffstat (limited to 'src/include/box64context.h')
| -rwxr-xr-x | src/include/box64context.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 |