Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs update a comment to follow the previous change.



details:   https://anonhg.NetBSD.org/src/rev/d6939cff7db4
branches:  trunk
changeset: 545467:d6939cff7db4
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Apr 09 14:24:32 2003 +0000

description:
update a comment to follow the previous change.

diffstat:

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

diffs (18 lines):

diff -r 027effabdc03 -r d6939cff7db4 sys/nfs/nfsnode.h
--- a/sys/nfs/nfsnode.h Wed Apr 09 14:22:33 2003 +0000
+++ b/sys/nfs/nfsnode.h Wed Apr 09 14:24:32 2003 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: nfsnode.h,v 1.38 2003/04/09 14:22:34 yamt Exp $       */
+/*      $NetBSD: nfsnode.h,v 1.39 2003/04/09 14:24:32 yamt Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -183,7 +183,7 @@
 #define NFSTOV(np)     ((np)->n_vnode)
 
 /*
- * Queue head for nfsiod's
+ * Per-nfsiod datas
  */
 struct nfs_iod {
        struct proc *nid_proc;



Home | Main Index | Thread Index | Old Index