Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/filesytem/filesystem/ in comment.
details: https://anonhg.NetBSD.org/src/rev/8b50c172a577
branches: trunk
changeset: 1026696:8b50c172a577
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 04:47:17 2021 +0000
description:
s/filesytem/filesystem/ in comment.
diffstat:
distrib/notes/emips/install | 4 ++--
distrib/notes/pmax/install | 4 ++--
sys/fs/adosfs/advfsops.c | 6 +++---
usr.sbin/fstyp/hammer_disk.h | 6 +++---
usr.sbin/installboot/arch/i386.c | 6 +++---
5 files changed, 13 insertions(+), 13 deletions(-)
diffs (117 lines):
diff -r f19d7f5442b5 -r 8b50c172a577 distrib/notes/emips/install
--- a/distrib/notes/emips/install Sun Dec 05 04:46:33 2021 +0000
+++ b/distrib/notes/emips/install Sun Dec 05 04:47:17 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: install,v 1.3 2019/11/21 19:23:17 martin Exp $
+.\" $NetBSD: install,v 1.4 2021/12/05 04:47:17 msaitoh Exp $
.\"
.\" Copyright (c) 2010 Microsoft Corp.
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -332,7 +332,7 @@
The file
.Pa \*M/installation/netboot/diskimage.tar.gz
contains a suitable set of files for installing on an NFS server to set
-up a diskless root filesytem.
+up a diskless root filesystem.
(It is a tar copy of the contents of an
installation ramdisk file system contained in the install kernel.)
You will need to find an NFS server, unpack the tarfile, and setup
diff -r f19d7f5442b5 -r 8b50c172a577 distrib/notes/pmax/install
--- a/distrib/notes/pmax/install Sun Dec 05 04:46:33 2021 +0000
+++ b/distrib/notes/pmax/install Sun Dec 05 04:47:17 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: install,v 1.43 2019/11/21 19:23:20 martin Exp $
+.\" $NetBSD: install,v 1.44 2021/12/05 04:47:17 msaitoh Exp $
.\"
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -431,7 +431,7 @@
The file
.Pa \*M/installation/netboot/diskimage.tar.gz
contains a suitable set of files for installing on an NFS server to set
-up a diskless root filesytem.
+up a diskless root filesystem.
(It is a tar copy of the contents of an
installation ramdisk file system contained in the install kernel.)
You will need to find an NFS server, unpack the tarfile, and setup
diff -r f19d7f5442b5 -r 8b50c172a577 sys/fs/adosfs/advfsops.c
--- a/sys/fs/adosfs/advfsops.c Sun Dec 05 04:46:33 2021 +0000
+++ b/sys/fs/adosfs/advfsops.c Sun Dec 05 04:47:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: advfsops.c,v 1.79 2020/03/16 21:20:09 pgoyette Exp $ */
+/* $NetBSD: advfsops.c,v 1.80 2021/12/05 04:47:17 msaitoh Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: advfsops.c,v 1.79 2020/03/16 21:20:09 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: advfsops.c,v 1.80 2021/12/05 04:47:17 msaitoh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -227,7 +227,7 @@
blksperdisk = numsecs / secsperblk;
- /* The filesytem variant ('dostype') is stored in the boot block */
+ /* The filesystem variant ('dostype') is stored in the boot block */
bp = NULL;
if ((error = bread(devvp, (daddr_t)BBOFF,
amp->bsize, 0, &bp)) != 0) {
diff -r f19d7f5442b5 -r 8b50c172a577 usr.sbin/fstyp/hammer_disk.h
--- a/usr.sbin/fstyp/hammer_disk.h Sun Dec 05 04:46:33 2021 +0000
+++ b/usr.sbin/fstyp/hammer_disk.h Sun Dec 05 04:47:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hammer_disk.h,v 1.1 2020/01/01 08:56:41 tkusumi Exp $ */
+/* $NetBSD: hammer_disk.h,v 1.2 2021/12/05 04:47:17 msaitoh Exp $ */
/*
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
@@ -36,7 +36,7 @@
* $DragonFly: src/sys/vfs/hammer/hammer_disk.h,v 1.55 2008/11/13 02:18:43 dillon Exp $
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.1 2020/01/01 08:56:41 tkusumi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.2 2021/12/05 04:47:17 msaitoh Exp $");
#ifndef VFS_HAMMER_DISK_H_
#define VFS_HAMMER_DISK_H_
@@ -768,7 +768,7 @@
/*
* These fields are initialized and space is reserved in every
- * volume making up a HAMMER filesytem, but only the root volume
+ * volume making up a HAMMER filesystem, but only the root volume
* contains valid data. Note that vol0_stat_bigblocks does not
* include big-blocks for freemap and undomap initially allocated
* by newfs_hammer(8).
diff -r f19d7f5442b5 -r 8b50c172a577 usr.sbin/installboot/arch/i386.c
--- a/usr.sbin/installboot/arch/i386.c Sun Dec 05 04:46:33 2021 +0000
+++ b/usr.sbin/installboot/arch/i386.c Sun Dec 05 04:47:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.42 2019/05/07 04:35:31 thorpej Exp $ */
+/* $NetBSD: i386.c,v 1.43 2021/12/05 04:47:18 msaitoh Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#if !defined(__lint)
-__RCSID("$NetBSD: i386.c,v 1.42 2019/05/07 04:35:31 thorpej Exp $");
+__RCSID("$NetBSD: i386.c,v 1.43 2021/12/05 04:47:18 msaitoh Exp $");
#endif /* !__lint */
#include <sys/param.h>
@@ -462,7 +462,7 @@
u = disk_buf.b[1];
}
if (params->s1start != 0)
- /* Fixup physical offset of filesytem */
+ /* Fixup physical offset of filesystem */
bpb->bpbHiddenSecs = htole32(params->s1start);
memcpy(bootstrap.b + 2, disk_buf.b + 2, u);
}
Home |
Main Index |
Thread Index |
Old Index