summaryrefslogtreecommitdiff
path: root/src/jit/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/compiler.h')
-rw-r--r--src/jit/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/compiler.h b/src/jit/compiler.h
index 2189324762..7c5565c9c7 100644
--- a/src/jit/compiler.h
+++ b/src/jit/compiler.h
@@ -7791,7 +7791,7 @@ public:
bool altJit; // True if we are an altjit and are compiling this method
#ifdef OPT_CONFIG
- bool optRepeat; // Repeat optimizer phases k times
+ bool optRepeat; // Repeat optimizer phases k times
#endif
#ifdef DEBUG