We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693839c commit 600083fCopy full SHA for 600083f
visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/global/TransactionalSupport.java
@@ -208,7 +208,7 @@ private boolean lockShared() {
208
209
if (counter == null) {
210
lockRead.set(new Integer(1));
211
- sharedLockCount++; // turn the lock counter only if the current thread doesn't own the sahred lock already
+ sharedLockCount++; // turn the lock counter only if the current thread doesn't own the shared lock already
212
} else {
213
lockRead.set(new Integer(counter.intValue() + 1));
214
}
0 commit comments