Fix common misspellings
[deliverable/linux.git] / crypto / async_tx / async_xor.c
index 079ae8ca590bf869fdeb475a1bf4bea7a563831e..bc28337fded2fdb2ae1b2725ae22464898bdb051 100644 (file)
@@ -94,7 +94,7 @@ do_async_xor(struct dma_chan *chan, struct page *dest, struct page **src_list,
                if (unlikely(!tx))
                        async_tx_quiesce(&submit->depend_tx);
 
-               /* spin wait for the preceeding transactions to complete */
+               /* spin wait for the preceding transactions to complete */
                while (unlikely(!tx)) {
                        dma_async_issue_pending(chan);
                        tx = dma->device_prep_dma_xor(chan, dma_dest,
This page took 0.034244 seconds and 5 git commands to generate.