From: Mike Pall Date: Sat, 25 May 2024 14:25:35 +0000 (+0200) Subject: Typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c1c65bced91affaabb34e696eb715cdd583fa1;p=thirdparty%2FLuaJIT.git Typo. --- diff --git a/src/lj_jit.h b/src/lj_jit.h index 6902fba3..59f92e55 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h @@ -460,8 +460,8 @@ typedef struct jit_State { #endif IRIns *irbuf; /* Temp. IR instruction buffer. Biased with REF_BIAS. */ - IRRef irtoplim; /* Upper limit of instuction buffer (biased). */ - IRRef irbotlim; /* Lower limit of instuction buffer (biased). */ + IRRef irtoplim; /* Upper limit of instruction buffer (biased). */ + IRRef irbotlim; /* Lower limit of instruction buffer (biased). */ IRRef loopref; /* Last loop reference or ref of final LOOP (or 0). */ MSize sizesnap; /* Size of temp. snapshot buffer. */