]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Typo.
authorMike Pall <mike>
Sat, 25 May 2024 14:25:35 +0000 (16:25 +0200)
committerMike Pall <mike>
Sat, 25 May 2024 14:25:35 +0000 (16:25 +0200)
src/lj_jit.h

index 6902fba33326d85c947ffbdfd04b4af5f8d65f07..59f92e5570aada18190ffaa401aab76fac91d5a2 100644 (file)
@@ -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. */