From 7a8bfd345bc5fec100511472d712b0918666e9f3 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Sun, 5 Dec 2021 04:47:17 +0000 Subject: s/filesytem/filesystem/ in comment. --- sys/fs/adosfs/advfsops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') 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 -__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) { -- cgit