Linux 4.1-rc3
[linux-2.6-block.git] / Documentation / memory-barriers.txt
index 6974f1c2b4e1edea11b0d31185153d12ef25957c..f95746189b5ded41d9ae8bdbbcafec4e1da8820e 100644 (file)
@@ -1727,7 +1727,7 @@ There are some more advanced barrier functions:
        }
 
      The dma_rmb() allows us guarantee the device has released ownership
-     before we read the data from the descriptor, and he dma_wmb() allows
+     before we read the data from the descriptor, and the dma_wmb() allows
      us to guarantee the data is written to the descriptor before the device
      can see it now has ownership.  The wmb() is needed to guarantee that the
      cache coherent memory writes have completed before attempting a write to