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

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

Log Message:
Fix typo: s/openes/opens


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/man/man9/disk.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/disk.9
diff -u src/share/man/man9/disk.9:1.42 src/share/man/man9/disk.9:1.43
--- src/share/man/man9/disk.9:1.42	Mon Dec 12 10:09:52 2016
+++ src/share/man/man9/disk.9	Mon Jan 23 11:42:03 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: disk.9,v 1.42 2016/12/12 10:09:52 wiz Exp $
+.\"	$NetBSD: disk.9,v 1.43 2017/01/23 11:42:03 abhinav Exp $
 .\"
 .\" Copyright (c) 1995, 1996 Jason R. Thorpe.
 .\" All rights reserved.
@@ -102,7 +102,7 @@ struct disk {
 	 * Information required to be the parent of a disk wedge.
 	 */
 	kmutex_t	dk_rawlock;	/* lock on these fields */
-	u_int		dk_rawopens;	/* # of openes of rawvp */
+	u_int		dk_rawopens;	/* # of opens of rawvp */
 	struct vnode	*dk_rawvp;	/* vnode for the RAW_PART bdev */
 
 	kmutex_t	dk_openlock;	/* lock on these and openmask */

Reply via email to