]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
documentation: Fix smp typo in memory-barriers.txt
authorDavidlohr Bueso <dave@stgolabs.net>
Sun, 28 Dec 2014 09:11:16 +0000 (01:11 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 7 Jan 2015 16:59:32 +0000 (08:59 -0800)
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/memory-barriers.txt

index a10f7cd2619e8e32fb5545124f925f13e1a901b5..ca2387ef27ab0c38cdb4b5e74ffbcde9509d61d8 100644 (file)
@@ -794,7 +794,7 @@ In summary:
       However, they do -not- guarantee any other sort of ordering:
       Not prior loads against later loads, nor prior stores against
       later anything.  If you need these other forms of ordering,
-      use smb_rmb(), smp_wmb(), or, in the case of prior stores and
+      use smp_rmb(), smp_wmb(), or, in the case of prior stores and
       later loads, smp_mb().
 
   (*) If both legs of the "if" statement begin with identical stores