summaryrefslogtreecommitdiff
path: root/sys/fs
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 /sys/fs
parent2fa81d0cd26e179627d9d0ca39806290239b8b3c (diff)
s/filesytem/filesystem/ in comment.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/adosfs/advfsops.c6
1 files changed, 3 insertions, 3 deletions
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) {