From 7b36f5f3d17d051cae7e78d7bd03f6144dcb180c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 2 Mar 2005 11:24:24 +0000 Subject: fix comment --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootloader.pm') 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 -- cgit v1.2.1