From 1ce36f4238c85212c79c685628bd05e29172353f Mon Sep 17 00:00:00 2001 From: abhinav Date: Mon, 23 Jan 2017 11:49:03 +0000 Subject: [PATCH] Fix typo: s/asychronously/asynchronously --- share/man/man9/vnode.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 360d76274a28..33c561c81c08 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: vnode.9,v 1.78 2017/01/11 09:08:58 hannken Exp $ +.\" $NetBSD: vnode.9,v 1.79 2017/01/23 11:49:03 abhinav Exp $ .\" .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -511,7 +511,7 @@ and .Em v_holdcnt are zero, the vnode is cached. .It Fn vrele_async "vp" -Will asychronously release the vnode in different context than the caller, +Will asynchronously release the vnode in different context than the caller, sometime after the call. .It Fn vput "vp" Legacy convenience routine for unlocking and releasing