From c08b0d64f93729a6088a731e9e41fda5bec371e1 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Wed, 4 Sep 2024 07:54:54 +0000 Subject: Fix some spelling. Input and ok jmc@, jsg@ --- sys/ntfs/ntfs_vfsops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/ntfs') diff --git a/sys/ntfs/ntfs_vfsops.c b/sys/ntfs/ntfs_vfsops.c index d665f5db8df..55a1a02065c 100644 --- a/sys/ntfs/ntfs_vfsops.c +++ b/sys/ntfs/ntfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs_vfsops.c,v 1.65 2022/01/11 03:13:59 jsg Exp $ */ +/* $OpenBSD: ntfs_vfsops.c,v 1.66 2024/09/04 07:54:53 mglocker Exp $ */ /* $NetBSD: ntfs_vfsops.c,v 1.7 2003/04/24 07:50:19 christos Exp $ */ /*- @@ -340,7 +340,7 @@ ntfs_mountfs(struct vnode *devvp, struct mount *mp, struct ntfs_args *argsp, /* * We read in some system nodes to do not allow - * reclaim them and to have everytime access to them. + * reclaim them and to have every time access to them. */ { int pi[3] = { NTFS_MFTINO, NTFS_ROOTINO, NTFS_BITMAPINO }; -- cgit v1.2.3