From e3fd08fa7700358f9220dee5bdab66b8b6deda12 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Dec 2015 12:28:17 +0100 Subject: fix path in comment --- perl-install/partition_table/dos.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table') diff --git a/perl-install/partition_table/dos.pm b/perl-install/partition_table/dos.pm index c420599d3..004c8a11f 100644 --- a/perl-install/partition_table/dos.pm +++ b/perl-install/partition_table/dos.pm @@ -29,7 +29,7 @@ sub geometry_to_string { sub last_usable_sector { my ($hd) = @_; - #- do not use totalsectors, see gi/docs/Partition-ends-after-end-of-disk.txt for more + #- do not use totalsectors, see docs/Partition-ends-after-end-of-disk.txt for more $hd->{geom}{sectors} * $hd->{geom}{heads} * $hd->{geom}{cylinders}; } -- cgit v1.2.1