X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fide%2Fide-taskfile.c;h=600c89a3d13759f47ddc82caa06b41dbd039401d;hb=b759b3ac9aee3afb01c21b603970ebb200c8048e;hp=34b9872f35d1238b623ce00373e2f040dd5bd248;hpb=57e35381bc13e6f18ac1ec255ca61ba1a5103e13;p=~andy%2Flinux diff --git a/drivers/ide/ide-taskfile.c b/drivers/ide/ide-taskfile.c index 34b9872f35d..600c89a3d13 100644 --- a/drivers/ide/ide-taskfile.c +++ b/drivers/ide/ide-taskfile.c @@ -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++) {