diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-19 16:32:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-19 16:32:00 +0000 |
commit | 9f5fa3324c127bc115beb6deb7cfcc51bb6d126c (patch) | |
tree | 1d81e757628129e91b9a8aa353e28a274be63d29 /perl-install | |
parent | 1fdea8ed9907ad6ae2c006c6c5d52f782eb4377a (diff) | |
download | drakx-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.tar drakx-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.tar.gz drakx-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.tar.bz2 drakx-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.tar.xz drakx-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.zip |
fix typo
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 2fc737942..8b44a7708 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -685,7 +685,7 @@ sub hasMousePS2 { sub raidAutoStartIoctl() { sysopen(my $F, devices::make("md0"), 2) or return; - ioctl $F, 0x914, 0; /* RAID_AUTORUN */ + ioctl $F, 0x914, 0; #- RAID_AUTORUN } sub raidAutoStartRaidtab { |