Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 18:08:48 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r269156 - stable/10/sys/fs/nullfs
Message-ID:  <201407271808.s6RI8mSI046916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Jul 27 18:08:47 2014
New Revision: 269156
URL: http://svnweb.freebsd.org/changeset/base/269156

Log:
  MFC r269081:
  Fix typo.

Modified:
  stable/10/sys/fs/nullfs/null_vnops.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/fs/nullfs/null_vnops.c
==============================================================================
--- stable/10/sys/fs/nullfs/null_vnops.c	Sun Jul 27 17:34:49 2014	(r269155)
+++ stable/10/sys/fs/nullfs/null_vnops.c	Sun Jul 27 18:08:47 2014	(r269156)
@@ -738,7 +738,7 @@ null_reclaim(struct vop_reclaim_args *ap
 	lowervp = xp->null_lowervp;
 
 	KASSERT(lowervp != NULL && vp->v_vnlock != &vp->v_lock,
-	    ("Reclaiming inclomplete null vnode %p", vp));
+	    ("Reclaiming incomplete null vnode %p", vp));
 
 	null_hashrem(xp);
 	/*



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