Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst s/partiton/partition/



details:   https://anonhg.NetBSD.org/src/rev/2bb7145d6646
branches:  trunk
changeset: 1026707:2bb7145d6646
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:06:17 2021 +0000

description:
s/partiton/partition/

diffstat:

 distrib/amiga/stand/runbootblock.README    |  2 +-
 sys/arch/atari/stand/ahdilabel/ahdilabel.c |  4 ++--
 usr.sbin/sysinst/mbr.c                     |  8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (58 lines):

diff -r 7a883cc5dd09 -r 2bb7145d6646 distrib/amiga/stand/runbootblock.README
--- a/distrib/amiga/stand/runbootblock.README   Sun Dec 05 07:04:30 2021 +0000
+++ b/distrib/amiga/stand/runbootblock.README   Sun Dec 05 07:06:17 2021 +0000
@@ -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
diff -r 7a883cc5dd09 -r 2bb7145d6646 sys/arch/atari/stand/ahdilabel/ahdilabel.c
--- a/sys/arch/atari/stand/ahdilabel/ahdilabel.c        Sun Dec 05 07:04:30 2021 +0000
+++ b/sys/arch/atari/stand/ahdilabel/ahdilabel.c        Sun Dec 05 07:06:17 2021 +0000
@@ -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 @@
                        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");
                        }
diff -r 7a883cc5dd09 -r 2bb7145d6646 usr.sbin/sysinst/mbr.c
--- a/usr.sbin/sysinst/mbr.c    Sun Dec 05 07:04:30 2021 +0000
+++ b/usr.sbin/sysinst/mbr.c    Sun Dec 05 07:06:17 2021 +0000
@@ -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 @@
  *           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 @@
                }
                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;



Home | Main Index | Thread Index | Old Index