aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2018-08-17 16:07:06 +0000
committerMark Johnston <markj@FreeBSD.org>2018-08-17 16:07:06 +0000
commit1436ff1ebb2402787f18407895f6084e9f6524b6 (patch)
treee5f5df608c4344b04ef5ded4a02c0bc5b170551f /sys/kern
parent3ccbdc8254c532b291053ed1c6b9c9d152f0c0b2 (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index ffbdb2188884..795dbe531557 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -122,7 +122,7 @@ static void destroy_vpollinfo(struct vpollinfo *vi);
* needed between access of v_iflags and lockless vnode refcount (v_holdcnt
* and v_usecount) updates. Access to v_iflags is generally synchronized
* by the interlock, but we have some internal assertions that check vnode
- * flags * without acquiring the lock. Thus, these fences are INVARIANTS-only
+ * flags without acquiring the lock. Thus, these fences are INVARIANTS-only
* for now.
*/
#ifdef INVARIANTS