docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section
authorFox Chen <foxhlchen@gmail.com>
Wed, 9 Sep 2020 06:53:40 +0000 (14:53 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Sat, 7 Nov 2020 01:24:51 +0000 (17:24 -0800)
commitd8566f15da9b1e51fd35f24321ec133095e02d06
tree2da3c2536c4dd7963fd46b98725d1d630ff19b4e
parentebb477cb2fb7a44ff600e0a7393bad906a0ecd80
docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section

Commit 39323c6 ("smp_mb__{before,after}_atomic(): update Documentation")
has a typo in CPU MEORY BARRIERS section:
"RMW functions that do not imply are memory barrier are ..." should be
"RMW functions that do not imply a memory barrier are ...".

This patch fixes this typo.

Signed-off-by: Fox Chen <foxhlchen@gmail.com>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/memory-barriers.txt