summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/nullfs/null_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index cf3762e..95113a8 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -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);
/*
OpenPOWER on IntegriCloud