diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-02-08 18:23:38 +0300 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-11 22:30:06 +0300 |
commit | 8397248d4662d77296889529c911e2182151afa9 (patch) | |
tree | 6fca7613507828f05f0ebe0171073fbbc63c6f2a /drivers/ata/pata_legacy.c | |
parent | c9544bcb4c7df07555e4b22d297c5705738da09d (diff) | |
download | linux-8397248d4662d77296889529c911e2182151afa9.tar.xz |
pata_legacy: typo fix
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_legacy.c')
-rw-r--r-- | drivers/ata/pata_legacy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_legacy.c b/drivers/ata/pata_legacy.c index 333dc15f8ccf..6c59969fd50b 100644 --- a/drivers/ata/pata_legacy.c +++ b/drivers/ata/pata_legacy.c @@ -127,7 +127,7 @@ static int opti82c611a; /* Opti82c611A on primary 1, sec 2, both 3 */ static int opti82c46x; /* Opti 82c465MV present(pri/sec autodetect) */ static int qdi; /* Set to probe QDI controllers */ static int winbond; /* Set to probe Winbond controllers, - give I/O port if non stdanard */ + give I/O port if non standard */ static int autospeed; /* Chip present which snoops speed changes */ static int pio_mask = 0x1F; /* PIO range for autospeed devices */ static int iordy_mask = 0xFFFFFFFF; /* Use iordy if available */ |