diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-20 12:47:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-20 12:47:23 +0000 |
commit | 774285545c2af4d17344b47f10a4e30a24a58999 (patch) | |
tree | 953a67716512aafb99177a88b0a10702200c3606 | |
parent | 78a72615a6cd6bce8013be1c3b586fab2cfc59e3 (diff) | |
download | drakx-774285545c2af4d17344b47f10a4e30a24a58999.tar drakx-774285545c2af4d17344b47f10a4e30a24a58999.tar.gz drakx-774285545c2af4d17344b47f10a4e30a24a58999.tar.bz2 drakx-774285545c2af4d17344b47f10a4e30a24a58999.tar.xz drakx-774285545c2af4d17344b47f10a4e30a24a58999.zip |
fix typo in comment
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 8432581b8..632be4566 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -92,7 +92,7 @@ our %l = ( hardware_raid => [ if_(arch() =~ /^sparc/, qw(pluto)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, - # 3w-xxxx drivers ATA-RAID, 3w-9xxx drives SATA-RAID + # 3w-xxxx drives ATA-RAID, 3w-9xxx drives SATA-RAID qw(3w-9xxx 3w-xxxx aacraid cciss cpqfc cpqarray DAC960 dpt_i2o gdth i2o_block ipr it821x it8212), qw(iteraid megaraid megaraid_mbox mptscsih qla2100 qla2200 qla2300 qla2322 qla6312 qla6322 pdc-ultra), qw(ips ppa imm), |