From c1950f1ae307a68c50e3ed3f57c2d47f2a70e011 Mon Sep 17 00:00:00 2001 From: ven Date: Thu, 24 Dec 2015 10:11:56 +0100 Subject: [PATCH] Fix small typo in jit.h Just noticed it while reading db0a6de1d2d5d3059ec971275b287860c5bda6e2 --- racket/src/racket/src/jit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/src/racket/src/jit.h b/racket/src/racket/src/jit.h index 44cb45d251..539d550d46 100644 --- a/racket/src/racket/src/jit.h +++ b/racket/src/racket/src/jit.h @@ -155,7 +155,7 @@ END_XFORM_ARITH; /* These flags are set post-JIT: */ #define NATIVE_PRESERVES_MARKS 0x1 #define NATIVE_IS_SINGLE_RESULT 0x2 -/* Pre-JIT flags rae in "schpriv.h" */ +/* Pre-JIT flags are in "schpriv.h" */ #if defined(MZ_PRECISE_GC) && !defined(USE_COMPACT_3M_GC) # define CAN_INLINE_ALLOC