Skip to content

Commit bb147ff

Browse files
author
Alex Peck
committed
fix comment
1 parent 32e807c commit bb147ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitFaster.Caching/Lfu/LfuNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ internal V SeqLockRead()
116116
}
117117
}
118118

119-
// Note: LruItem should be locked while invoking this method. Multiple writer threads are not supported.
119+
// Note: LfuNode should be locked while invoking this method. Multiple writer threads are not supported.
120120
internal void SeqLockWrite(V value)
121121
{
122122
Interlocked.Increment(ref sequence);

0 commit comments

Comments
 (0)