]> Cypherpunks repositories - gostls13.git/commit
sync: consistently use article "a" for RWMutex
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 16 Jan 2018 22:57:44 +0000 (22:57 +0000)
committerAndrew Bonventre <andybons@golang.org>
Tue, 16 Jan 2018 23:09:57 +0000 (23:09 +0000)
commit165e7523fb627cc7f6be56b7318fea34d73d7167
tree6cf494b5027293e552fd1b6fc1c14b640d9a7ca4
parent2d6f941e8c380a0a37ade918dd76e652542e28ef
sync: consistently use article "a" for RWMutex

We used a mix of both before.

I've never heard anybody say "an arr-double you mutex" when speaking.

Fixes #23457

Change-Id: I802b5eb2339f885ca9d24607eeda565763165298
Reviewed-on: https://go-review.googlesource.com/87896
Reviewed-by: Andrew Bonventre <andybons@golang.org>
src/runtime/rwmutex.go
src/sync/rwmutex.go