diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 04:47:17 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 04:47:17 +0000 |
| commit | 7a8bfd345bc5fec100511472d712b0918666e9f3 (patch) | |
| tree | 33dc69a040e1281885ac976fa17b9fbee1959a8b | |
| parent | 2fa81d0cd26e179627d9d0ca39806290239b8b3c (diff) | |
s/filesytem/filesystem/ in comment.
| -rw-r--r-- | distrib/notes/emips/install | 4 | ||||
| -rw-r--r-- | distrib/notes/pmax/install | 4 | ||||
| -rw-r--r-- | sys/fs/adosfs/advfsops.c | 6 | ||||
| -rw-r--r-- | usr.sbin/fstyp/hammer_disk.h | 6 | ||||
| -rw-r--r-- | usr.sbin/installboot/arch/i386.c | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/distrib/notes/emips/install b/distrib/notes/emips/install index a99eb0391bd..04ef3a69e15 100644 --- a/distrib/notes/emips/install +++ b/distrib/notes/emips/install @@ -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 @@ section. 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 --git a/distrib/notes/pmax/install b/distrib/notes/pmax/install index 8b87134a52b..3320b26c9b4 100644 --- a/distrib/notes/pmax/install +++ b/distrib/notes/pmax/install @@ -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 @@ section. 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 --git a/sys/fs/adosfs/advfsops.c b/sys/fs/adosfs/advfsops.c index 839852c2164..01ad6b275d7 100644 --- a/sys/fs/adosfs/advfsops.c +++ b/sys/fs/adosfs/advfsops.c @@ -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 @@ adosfs_mountfs(struct vnode *devvp, struct mount *mp, struct lwp *l) 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 --git a/usr.sbin/fstyp/hammer_disk.h b/usr.sbin/fstyp/hammer_disk.h index 03da3109ab1..b84e59bda95 100644 --- a/usr.sbin/fstyp/hammer_disk.h +++ b/usr.sbin/fstyp/hammer_disk.h @@ -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 @@ typedef struct hammer_volume_ondisk { /* * 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 --git a/usr.sbin/installboot/arch/i386.c b/usr.sbin/installboot/arch/i386.c index e7c232fe69a..48887ff3128 100644 --- a/usr.sbin/installboot/arch/i386.c +++ b/usr.sbin/installboot/arch/i386.c @@ -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 @@ i386_setboot(ib_params *params) 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); } |
