Module Name:    src
Committed By:   abhinav
Date:           Mon Jan 23 11:49:03 UTC 2017

Modified Files:
        src/share/man/man9: vnode.9

Log Message:
Fix typo: s/asychronously/asynchronously


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/share/man/man9/vnode.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/vnode.9
diff -u src/share/man/man9/vnode.9:1.78 src/share/man/man9/vnode.9:1.79
--- src/share/man/man9/vnode.9:1.78	Wed Jan 11 09:08:58 2017
+++ src/share/man/man9/vnode.9	Mon Jan 23 11:49:03 2017
@@ -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

Reply via email to