Skip to content

Commit 600083f

Browse files
committed
spelling: shared
Signed-off-by: Josh Soref <[email protected]>
1 parent 693839c commit 600083f

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/global/TransactionalSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private boolean lockShared() {
208208

209209
if (counter == null) {
210210
lockRead.set(new Integer(1));
211-
sharedLockCount++; // turn the lock counter only if the current thread doesn't own the sahred lock already
211+
sharedLockCount++; // turn the lock counter only if the current thread doesn't own the shared lock already
212212
} else {
213213
lockRead.set(new Integer(counter.intValue() + 1));
214214
}

0 commit comments

Comments
 (0)