Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/e7788fdcb1a9
branches:  trunk
changeset: 751190:e7788fdcb1a9
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Jan 27 15:34:08 2010 +0000

description:
Typo in comment.

diffstat:

 sys/sys/vnode.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d898999496d -r e7788fdcb1a9 sys/sys/vnode.h
--- a/sys/sys/vnode.h   Wed Jan 27 15:24:54 2010 +0000
+++ b/sys/sys/vnode.h   Wed Jan 27 15:34:08 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index