]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/runtime/race/testdata/chan_test.go
all: fix typos
[gostls13.git] / src / runtime / race / testdata / chan_test.go
index e39ad4f99cee3d1a6f3f9356d2b7704933fa7c06..d592de977137833c377459c488d4f3f0afd16c40 100644 (file)
@@ -766,7 +766,7 @@ func TestNoRaceCloseHappensBeforeRead(t *testing.T) {
 
 // Test that we call the proper race detector function when c.elemsize==0.
 // See https://github.com/golang/go/issues/42598
-func TestNoRaceElemetSize0(t *testing.T) {
+func TestNoRaceElemSize0(t *testing.T) {
        var x, y int
        var c = make(chan struct{}, 2)
        c <- struct{}{}