Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / spi / dw_spi.c
index 9a6196461b27a0318fc52a8150eb0ee5161fac0c..b1a4b9f503ae06c1d7cef7eb0019c57c90453e24 100644 (file)
@@ -345,7 +345,7 @@ static void int_error_stop(struct dw_spi *dws, const char *msg)
 
 void dw_spi_xfer_done(struct dw_spi *dws)
 {
-       /* Update total byte transfered return count actual bytes read */
+       /* Update total byte transferred return count actual bytes read */
        dws->cur_msg->actual_length += dws->len;
 
        /* Move to next transfer */