Module Name:    src
Committed By:   uebayasi
Date:           Wed Jan 27 15:34:08 UTC 2010

Modified Files:
        src/sys/sys: vnode.h

Log Message:
Typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/sys/vnode.h

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

Modified files:

Index: src/sys/sys/vnode.h
diff -u src/sys/sys/vnode.h:1.212 src/sys/sys/vnode.h:1.213
--- src/sys/sys/vnode.h:1.212	Fri Jan  8 13:07:26 2010
+++ src/sys/sys/vnode.h	Wed Jan 27 15:34:08 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: vnode.h,v 1.212 2010/01/08 13:07:26 pooka Exp $	*/
+/*	$NetBSD: vnode.h,v 1.213 2010/01/27 15:34:08 uebayasi Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -132,7 +132,7 @@
  * Reading or writing any of these items requires holding the appropriate
  * lock.  Field markings and the corresponding locks:
  *
- *	:	stable, reference to the vnode is is required
+ *	:	stable, reference to the vnode is required
  *	f	vnode_free_list_lock, or vrele_lock if VI_INACTPEND
  *	i	v_interlock
  *	m	mntvnode_lock

Reply via email to