diff --git a/js/src/jit/Ion.h b/js/src/jit/Ion.h index 16dae1ed6c2..cb68dc7db08 100644 --- a/js/src/jit/Ion.h +++ b/js/src/jit/Ion.h @@ -205,7 +205,7 @@ struct IonOptions uint32_t usesBeforeCompilePar; // The maximum bytecode length the caller may have, - // before we stop inlining any functions in that caller. + // before we stop inlining large functions in that caller. // // Default: 10000 uint32_t inliningMaxCallerBytecodeLength;