From b2ce5e087c176fdb3c8321b9c2ab767dc852374d Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 1 Jun 2004 16:29:45 +0000 Subject: [PATCH] Update a forgotten comment. (Logical change 1.406) --- ntfsprogs/mkntfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ntfsprogs/mkntfs.c b/ntfsprogs/mkntfs.c index 97284d17..05f545db 100644 --- a/ntfsprogs/mkntfs.c +++ b/ntfsprogs/mkntfs.c @@ -3427,8 +3427,7 @@ static void mkntfs_create_root_structures(void) opts.part_start_sect); /* * If there are problems go back to bs->unused[0-3] and set them. See - * ../include/layout.h for details. Other fields to also consider - * setting are: bs->bpb.sectors_per_track and .heads. + * ../include/layout.h for details. */ bs->number_of_sectors = scpu_to_le64(opts.nr_sectors); bs->mft_lcn = scpu_to_le64(opts.mft_lcn);