Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Aug 14, 2024
1 parent d3af279 commit 8cddb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func BenchmarkLockSingle(b *testing.B) {
}
}

func BenchmarkLockParalell(b *testing.B) {
func BenchmarkLockParallel(b *testing.B) {
var mu deadlock.Mutex
b.RunParallel(
func(p *testing.PB) {
Expand Down

0 comments on commit 8cddb7b

Please sign in to comment.