Skip to content

Commit 415bedc

Browse files
committed
spelling: separate
Signed-off-by: Josh Soref <[email protected]>
1 parent 82276ce commit 415bedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/ProfilerClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2024,7 +2024,7 @@ private void readAndProcessProfilingResults(EventBufferDumpedCommand cmd) {
20242024
// leading to issue 59660: JFluid: error writing collected data to the socket
20252025
// see http://www.netbeans.org/issues/show_bug.cgi?id=59660 for details
20262026
if (!status.remoteProfiling && !forceObtainedResultsDumpCalled) {
2027-
// Note that the call below may block, waiting for separarateCmdExecThread to finish its current job.
2027+
// Note that the call below may block, waiting for separateCmdExecThread to finish its current job.
20282028
// That means that nothing in readResultsFromBuffer() that this command eventually calls, is allowed to
20292029
// send a command to the server and await a response. If that happens, the communication thread will be
20302030
// unavailable for reading server's response (because it's waiting here), effectively causing a deadlock.

0 commit comments

Comments
 (0)