Skip to content

Commit f339523

Browse files
committed
[GR-69189] Typo correction in the option descriptor.
PullRequest: graal/22011
2 parents 4b023a1 + 1015196 commit f339523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

truffle/src/com.oracle.truffle.runtime/src/com/oracle/truffle/runtime/OptimizedRuntimeOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public ExceptionAction apply(String s) {
178178
usageSyntax = "[1, inf)", category = OptionCategory.INTERNAL) //
179179
public static final OptionKey<Integer> DynamicCompilationThresholdsMaxNormalLoad = new OptionKey<>(90);
180180

181-
@Option(help = "The desired minimum compilation queue load. When the load falls bellow this value, the compilation thresholds are decreased. The load is scaled by the number of compiler threads (default: 10).", //
181+
@Option(help = "The desired minimum compilation queue load. When the load falls below this value, the compilation thresholds are decreased. The load is scaled by the number of compiler threads (default: 10).", //
182182
usageSyntax = "[1, inf)", category = OptionCategory.INTERNAL) //
183183
public static final OptionKey<Integer> DynamicCompilationThresholdsMinNormalLoad = new OptionKey<>(10);
184184

0 commit comments

Comments
 (0)