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 cf69806 commit 3d320afCopy full SHA for 3d320af
1 file changed
vlib/sync/sync.c.v
@@ -27,7 +27,7 @@ mut:
27
padding [63]u8 // Cache line padding (fills to 64 bytes total)
28
}
29
30
-// new_spin_lock creates and returns a new SpinLock instance initialized to unlocked state
+// new_spin_lock creates and returns a new SpinLock instance initialized to unlocked state.
31
pub fn new_spin_lock() &SpinLock {
32
mut the_lock := &SpinLock{
33
locked: 0
0 commit comments