From 74e21750bd191a456ebd0671b5ce7d1aeb706a11 Mon Sep 17 00:00:00 2001 From: Robert Toyonaga Date: Mon, 4 Dec 2023 12:09:26 -0500 Subject: [PATCH] fix typo --- .../com/oracle/svm/core/doc-files/FlightRecorderOptionsHelp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/doc-files/FlightRecorderOptionsHelp.txt b/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/doc-files/FlightRecorderOptionsHelp.txt index 0d8b351e11b0..06b737e77da7 100644 --- a/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/doc-files/FlightRecorderOptionsHelp.txt +++ b/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/doc-files/FlightRecorderOptionsHelp.txt @@ -4,7 +4,7 @@ This option expects a comma separated list of key-value pairs. None of the optio globalbuffercount (Optional) Number of global buffers. This option is a legacy option: change the memorysize parameter to alter the number of - global buffers. This value cannot be changed once JFR has been" + global buffers. This value cannot be changed once JFR has been initialized. (LONG, default determined by the value for memorysize)