Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Fix typo in comment (s/partion/partition/).
details: https://anonhg.NetBSD.org/src/rev/14dea657e112
branches: trunk
changeset: 842760:14dea657e112
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Jul 24 02:37:17 2019 +0000
description:
Fix typo in comment (s/partion/partition/).
diffstat:
etc/defaults/rc.conf | 4 ++--
usr.sbin/sysinst/disks.c | 4 ++--
usr.sbin/sysinst/partitions.h | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 8272ebfb5fc7 -r 14dea657e112 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf Wed Jul 24 02:24:51 2019 +0000
+++ b/etc/defaults/rc.conf Wed Jul 24 02:37:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc.conf,v 1.150 2019/05/12 01:45:25 kre Exp $
+# $NetBSD: rc.conf,v 1.151 2019/07/24 02:37:17 msaitoh Exp $
#
# /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf
@@ -126,7 +126,7 @@
#
savecore=YES savecore_flags="-z"
savecore_dir="/var/crash"
-resize_disklabel=NO # resize partion to fill disk
+resize_disklabel=NO # resize partition to fill disk
resize_root=NO # resize root to fill partition
per_user_tmp=NO # per-user /tmp directories
per_user_tmp_dir="/private/tmp" # real storage for /tmp
diff -r 8272ebfb5fc7 -r 14dea657e112 usr.sbin/sysinst/disks.c
--- a/usr.sbin/sysinst/disks.c Wed Jul 24 02:24:51 2019 +0000
+++ b/usr.sbin/sysinst/disks.c Wed Jul 24 02:37:17 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disks.c,v 1.40 2019/07/23 18:13:40 martin Exp $ */
+/* $NetBSD: disks.c,v 1.41 2019/07/24 02:37:17 msaitoh Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -518,7 +518,7 @@
is_partitionable_device(const char *dev)
{
static const char *non_partitionable_devs[] = {
- "dk", /* this is alreay a partioned slice */
+ "dk", /* this is alreay a partitioned slice */
NULL
};
diff -r 8272ebfb5fc7 -r 14dea657e112 usr.sbin/sysinst/partitions.h
--- a/usr.sbin/sysinst/partitions.h Wed Jul 24 02:24:51 2019 +0000
+++ b/usr.sbin/sysinst/partitions.h Wed Jul 24 02:37:17 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: partitions.h,v 1.2 2019/06/15 08:20:33 martin Exp $ */
+/* $NetBSD: partitions.h,v 1.3 2019/07/24 02:37:17 msaitoh Exp $ */
/*
* Copyright 2018 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
#define FS_MFS 257 /* another random (out of range) value */
#endif
-#define MAX_LABEL_LEN 128 /* max. length of a partion label */
+#define MAX_LABEL_LEN 128 /* max. length of a partition label */
#define MAX_SHORTCUT_LEN 8 /* max. lenght of a shortcut ("a:") */
/*
Home |
Main Index |
Thread Index |
Old Index