Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 07:06:17 UTC 2021

Modified Files:
        src/distrib/amiga/stand: runbootblock.README
        src/sys/arch/atari/stand/ahdilabel: ahdilabel.c
        src/usr.sbin/sysinst: mbr.c

Log Message:
s/partiton/partition/


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/amiga/stand/runbootblock.README
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/atari/stand/ahdilabel/ahdilabel.c
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/sysinst/mbr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/amiga/stand/runbootblock.README
diff -u src/distrib/amiga/stand/runbootblock.README:1.2 src/distrib/amiga/stand/runbootblock.README:1.3
--- src/distrib/amiga/stand/runbootblock.README:1.2	Mon Apr 24 18:00:53 2006
+++ src/distrib/amiga/stand/runbootblock.README	Sun Dec  5 07:06:17 2021
@@ -1,4 +1,4 @@
-Some Amigas are incapable of booting from partiton utilizing a bootblock.  One
+Some Amigas are incapable of booting from partition utilizing a bootblock.  One
 example is the PPS Zeus accelerator.  The Zeus has two major problems with
 booting from a bootblock.  The first (and fatal) one is the driver is just
 plain buggy and will not work.  The second problem (if the first problem

Index: src/sys/arch/atari/stand/ahdilabel/ahdilabel.c
diff -u src/sys/arch/atari/stand/ahdilabel/ahdilabel.c:1.11 src/sys/arch/atari/stand/ahdilabel/ahdilabel.c:1.12
--- src/sys/arch/atari/stand/ahdilabel/ahdilabel.c:1.11	Sun Oct  9 14:51:26 2016
+++ src/sys/arch/atari/stand/ahdilabel/ahdilabel.c	Sun Dec  5 07:06:17 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: ahdilabel.c,v 1.11 2016/10/09 14:51:26 christos Exp $ */
+/* $NetBSD: ahdilabel.c,v 1.12 2021/12/05 07:06:17 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -127,7 +127,7 @@ main (int argc, char *argv[])
 			change_part (&ptable, key - 'A', units);
 		if (key == 'R') {
 			if (ahdi_buildlabel (&ptable)) {
-				printf ("Partiton table adjusted\n");
+				printf ("Partition table adjusted\n");
 			} else {
 				printf ("No changes necessary\n");
 			}

Index: src/usr.sbin/sysinst/mbr.c
diff -u src/usr.sbin/sysinst/mbr.c:1.39 src/usr.sbin/sysinst/mbr.c:1.40
--- src/usr.sbin/sysinst/mbr.c:1.39	Sun May  9 10:37:49 2021
+++ src/usr.sbin/sysinst/mbr.c	Sun Dec  5 07:06:17 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: mbr.c,v 1.39 2021/05/09 10:37:49 martin Exp $ */
+/*	$NetBSD: mbr.c,v 1.40 2021/12/05 07:06:17 msaitoh Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -184,10 +184,10 @@ static size_t mbr_type_from_gen_desc(con
  *           b      100     1000	extended LBA (type 15)
  *
  *    100 -> a       63       37        user
- *           b      100      200	extended partiton (type 5)
+ *           b      100      200	extended partition (type 5)
  *
  *    200 -> a       63       37        user
- *           b      200      300	extended partiton (type 5)
+ *           b      200      300	extended partition (type 5)
  *
  *    300 -> a       63       37	user
  *           b        0        0        0 (end of chain)
@@ -427,7 +427,7 @@ find_mbr_space(const struct mbr_info_t *
 		}
 		if (s <= from && e > from && is_extended) {
 			/*
-			 * if we start in the extended partiton,
+			 * if we start in the extended partition,
 			 * we must end before its end
 			 */
 			sz = e - from;

Reply via email to