[PATCH] A minor fix for set_mb() in Documentation/memory-barriers.txt
[safe/jmp/linux-2.6] / Documentation / memory-barriers.txt
index 7f790f6..7751704 100644 (file)
@@ -1016,7 +1016,7 @@ There are some more advanced barrier functions:
 
  (*) set_mb(var, value)
 
-     This assigns the value to the variable and then inserts at least a write
+     This assigns the value to the variable and then inserts a full memory
      barrier after it, depending on the function.  It isn't guaranteed to
      insert anything more than a compiler barrier in a UP compilation.