patch-2.1.107 linux/arch/i386/boot/tools/build.c

Next file: linux/arch/i386/boot/video.S
Previous file: linux/arch/i386/boot/setup.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/arch/i386/boot/tools/build.c linux/arch/i386/boot/tools/build.c
@@ -187,7 +187,7 @@
 	}
 	close(fd);
 
-	if (lseek(1, 497, SEEK_SET) != 497)		    /* Write sizes to the bootsector */
+	if (lseek(1, 497, SEEK_SET) != 497)		    /* Write sizes to the boot sector */
 		die("Output: seek failed");
 	buf[0] = setup_sectors;
 	if (write(1, buf, 1) != 1)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov