mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
chore: fix function names in comment
Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
@@ -196,7 +196,7 @@ func TestRWMutexWriteToRead(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestRWMutexWriteToRead tests the transition from a read lock to a write lock while contended.
|
||||
// TestRWMutexReadToWrite tests the transition from a read lock to a write lock while contended.
|
||||
func TestRWMutexReadToWrite(t *testing.T) {
|
||||
// Create a new RWMutex and read-lock it several times.
|
||||
const n = 3
|
||||
|
||||
Reference in New Issue
Block a user