Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 16:07:07 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337977 - head/sys/kern
Message-ID:  <201808171607.w7HG77I8010053@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808171607.w7HG77I8010053>