Browse Source

documentation: Fix smp typo in memory-barriers.txt

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Davidlohr Bueso 10 years ago
parent
commit
d87510c5a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/memory-barriers.txt

+ 1 - 1
Documentation/memory-barriers.txt

@@ -794,7 +794,7 @@ In summary:
       However, they do -not- guarantee any other sort of ordering:
       However, they do -not- guarantee any other sort of ordering:
       Not prior loads against later loads, nor prior stores against
       Not prior loads against later loads, nor prior stores against
       later anything.  If you need these other forms of ordering,
       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().
       later loads, smp_mb().
 
 
   (*) If both legs of the "if" statement begin with identical stores
   (*) If both legs of the "if" statement begin with identical stores