summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/fsedit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index fc0ea4c2e..69a6bcb88 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -206,7 +206,7 @@ sub hds {
log::l("using /proc/partitions since diskdrake failed :(");
use_proc_partitions($hd);
} elsif (exists $hd->{usb_description} && ($hd->{pt_type} ||= typeOfPart($hd->{device}))) {
- #- non partitioned device
+ #- non partitioned drive
push @raw_hds, $hd;
next;
} elsif ($o_ask_before_blanking && $o_ask_before_blanking->($hd->{device}, $err)) {