summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index f64d0a093..83a95f6c4 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -1049,7 +1049,7 @@ sub write_lilo {
if ($entry->{table}) {
#- hum, things like table=c: are needed for some os2 cases,
- #- in that $hd below is undef
+ #- in that case $hd below is undef
my $hd = fs::get::device2part($entry->{table}, $all_hds->{hds});
if ($hd && $hd != $sorted_hds[0]) {
#- boot off the nth drive, so reverse the BIOS maps