Bug 941028 - Fix comment, r=jandem

This commit is contained in:
Hannes Verschore 2013-11-21 22:17:31 +01:00
parent 62f5679921
commit 53ce0939ed

View File

@ -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;