Skip to content

Commit 08cfa45

Browse files
committed
spelling: simultaneously
Signed-off-by: Josh Soref <[email protected]>
1 parent 600083f commit 08cfa45

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
@@ -854,7 +854,7 @@ public void deinstrumentMemoryProfiledClasses(boolean[] unprofiledClassStatusArr
854854
public void prepareDetachFromTargetJVM() throws ClientUtils.TargetAppOrVMTerminated {
855855
while(true) {
856856
// active waiting with released lock, this prevents deadlock if getDefiningClassLoaderId is
857-
// called simultanously
857+
// called simultaneously
858858
synchronized(this) {
859859
sendSimpleCmdToServer(Command.PREPARE_DETACH);
860860
Response resp = getAndCheckLastResponse("prepareDetachFromTargetJVM");

0 commit comments

Comments
 (0)