patch-pre2.0.9 linux/arch/ppc/boot/mk_type41.c

Next file: linux/arch/ppc/kernel/include/elf/ChangeLog
Previous file: linux/arch/i386/kernel/time.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.8/linux/arch/ppc/boot/mk_type41.c linux/arch/ppc/boot/mk_type41.c
@@ -40,7 +40,7 @@
 	}
 	if ((out_fd = creat(argv[2], 0666)) < 0)
 	{
-		fprintf(stderr, "Can't create outpue file: '%s': %s\n", argv[2], strerror(errno));
+		fprintf(stderr, "Can't create output file: '%s': %s\n", argv[2], strerror(errno));
 		exit(2);
 	}
 	if (fstat(in_fd, &info) < 0)
@@ -185,7 +185,7 @@
      * the next two.
      *   - size of the diskette is (assumed to be)
      *     (2 tracks/cylinder)(18 sectors/tracks)(80 cylinders/diskette)
-     *   - unlike the above sector nunbers, the beginning sector is zero-based!
+     *   - unlike the above sector numbers, the beginning sector is zero-based!
      */
 #if 0     
     pe->beginning_sector  = LeDword(1);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this