summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-15 07:44:21 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-15 07:44:21 +0000
commit7e9c901d61c8849fc5c01bde315af7f9fe28fdf8 (patch)
tree73a2c93efbe17dad0efe9a1a8fbcc5997bf10ce3
parent54c3cd7a64f70e279cdeed14999440e8b24d5f57 (diff)
downloaddrakx-backup-do-not-use-7e9c901d61c8849fc5c01bde315af7f9fe28fdf8.tar
drakx-backup-do-not-use-7e9c901d61c8849fc5c01bde315af7f9fe28fdf8.tar.gz
drakx-backup-do-not-use-7e9c901d61c8849fc5c01bde315af7f9fe28fdf8.tar.bz2
drakx-backup-do-not-use-7e9c901d61c8849fc5c01bde315af7f9fe28fdf8.tar.xz
drakx-backup-do-not-use-7e9c901d61c8849fc5c01bde315af7f9fe28fdf8.zip
update comment
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index de7e47497..2053b8160 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -194,7 +194,7 @@ our @tree =
configurator => "$sbindir/drakconnect",
detector => sub {
#- generic NIC detection for USB seems broken (class, subclass,
- #- protocol report are not accurate) so I'll need to verify against
+ #- protocol reported are not accurate) so we match network adapters against
#- known drivers :-(
require list_modules;
my @net_modules = list_modules::category2modules('network/gigabit|main|pcmcia|usb|wireless');