Fix common misspellings
[linux-block.git] / drivers / spi / au1550_spi.c
index 3c9ade69643f6526128114afbf892aae6958e28a..b50563d320e1705b2c0b7a77d334414fb80cda28 100644 (file)
@@ -480,7 +480,7 @@ static irqreturn_t au1550_spi_dma_irq_callback(struct au1550_spi *hw)
                au1xxx_dbdma_stop(hw->dma_rx_ch);
                au1xxx_dbdma_stop(hw->dma_tx_ch);
 
-               /* get number of transfered bytes */
+               /* get number of transferred bytes */
                hw->rx_count = hw->len - au1xxx_get_dma_residue(hw->dma_rx_ch);
                hw->tx_count = hw->len - au1xxx_get_dma_residue(hw->dma_tx_ch);