Skip to content

Commit 503294e

Browse files
committed
[MERGE #6101 @viccon] Fix typo in ConfigFlagsList.h
Merge pull request #6101 from viccon:patch-1 jscrip9 -> jscript9
2 parents 8b6186c + 613ad3c commit 503294e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/ConfigFlagsList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ FLAGR (String, Filename , "Jscript source file", nullptr)
12291229
FLAGNR(Boolean, FreeRejittedCode , "Free rejitted code", true)
12301230
FLAGNR(Boolean, ForceGuardPages , "Force the addition of guard pages", false)
12311231
FLAGNR(Boolean, PrintGuardPageBounds , "Prints the bounds of a guard page", false)
1232-
FLAGNR(Boolean, ForceLegacyEngine , "Force a jscrip9 dll load", false)
1232+
FLAGNR(Boolean, ForceLegacyEngine , "Force a jscript9 dll load", false)
12331233
FLAGNR(Phases, Force , "Force certain phase to run ignoring heuristics", )
12341234
FLAGNR(Phases, Stress , "Stress certain phases by making them kick in even if they normally would not.", )
12351235
FLAGNR(Boolean, ForceArrayBTree , "Force enable creation of BTree for Arrays", false)

0 commit comments

Comments
 (0)