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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"