Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / ide / ide-taskfile.c
index 34b9872f35d1238b623ce00373e2f040dd5bd248..600c89a3d13759f47ddc82caa06b41dbd039401d 100644 (file)
@@ -201,7 +201,7 @@ static u8 wait_drive_not_busy(ide_drive_t *drive)
        u8 stat;
 
        /*
-        * Last sector was transfered, wait until device is ready.  This can
+        * Last sector was transferred, wait until device is ready.  This can
         * take up to 6 ms on some ATAPI devices, so we will wait max 10 ms.
         */
        for (retries = 0; retries < 1000; retries++) {