summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2021-12-05 04:47:17 +0000
committermsaitoh <msaitoh@NetBSD.org>2021-12-05 04:47:17 +0000
commit7a8bfd345bc5fec100511472d712b0918666e9f3 (patch)
tree33dc69a040e1281885ac976fa17b9fbee1959a8b /usr.sbin
parent2fa81d0cd26e179627d9d0ca39806290239b8b3c (diff)
s/filesytem/filesystem/ in comment.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/fstyp/hammer_disk.h6
-rw-r--r--usr.sbin/installboot/arch/i386.c6
2 files changed, 6 insertions, 6 deletions
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);
}