summaryrefslogtreecommitdiff
path: root/sys/ntfs
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-03-11 13:31:37 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-03-11 13:31:37 +0000
commit57f7bbe27566731f97de2222cb8a307893193342 (patch)
tree5df08e82a6694ac20bf052e638701b1c944c65fe /sys/ntfs
parentd69fadfdb4feda584ce4547c5f1447ca69742210 (diff)
spelling
Diffstat (limited to 'sys/ntfs')
-rw-r--r--sys/ntfs/ntfs_ihash.c4
-rw-r--r--sys/ntfs/ntfs_inode.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/ntfs/ntfs_ihash.c b/sys/ntfs/ntfs_ihash.c
index 28f9b3138d6..b166360f368 100644
--- a/sys/ntfs/ntfs_ihash.c
+++ b/sys/ntfs/ntfs_ihash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntfs_ihash.c,v 1.20 2016/09/24 18:38:23 tedu Exp $ */
+/* $OpenBSD: ntfs_ihash.c,v 1.21 2021/03/11 13:31:35 jsg Exp $ */
/* $NetBSD: ntfs_ihash.c,v 1.1 2002/12/23 17:38:32 jdolecek Exp $ */
/*
@@ -47,7 +47,7 @@
#include <ntfs/ntfs_ihash.h>
/*
- * Structures associated with inode cacheing.
+ * Structures associated with inode caching.
*/
u_int ntfs_hash(dev_t, ntfsino_t);
static LIST_HEAD(nthashhead, ntnode) *ntfs_nthashtbl;
diff --git a/sys/ntfs/ntfs_inode.h b/sys/ntfs/ntfs_inode.h
index 9dbc6faba90..9ce63991c80 100644
--- a/sys/ntfs/ntfs_inode.h
+++ b/sys/ntfs/ntfs_inode.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntfs_inode.h,v 1.7 2013/05/30 20:11:06 guenther Exp $ */
+/* $OpenBSD: ntfs_inode.h,v 1.8 2021/03/11 13:31:35 jsg Exp $ */
/* $NetBSD: ntfs_inode.h,v 1.1 2002/12/23 17:38:33 jdolecek Exp $ */
/*-
@@ -64,7 +64,7 @@ struct ntnode {
#define FN_AATTRNAME 0x0004 /* space allocated for f_attrname */
struct fnode {
LIST_ENTRY(fnode) f_fnlist;
- struct vnode *f_vp; /* Associatied vnode */
+ struct vnode *f_vp; /* Associated vnode */
struct ntnode *f_ip; /* Associated ntnode */
u_long f_flag;