svn commit: r337977 - head/sys/kern

Mark Johnston markj at FreeBSD.org
Fri Aug 17 16:07:07 UTC 2018


Author: markj
Date: Fri Aug 17 16:07:06 2018
New Revision: 337977
URL: https://svnweb.freebsd.org/changeset/base/337977

Log:
  Typo.
  
  X-MFC with:	r337974

Modified:
  head/sys/kern/vfs_subr.c

Modified: head/sys/kern/vfs_subr.c
==============================================================================
--- head/sys/kern/vfs_subr.c	Fri Aug 17 16:04:59 2018	(r337976)
+++ head/sys/kern/vfs_subr.c	Fri Aug 17 16:07:06 2018	(r337977)
@@ -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


More information about the svn-src-head mailing list