Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs add missing dot in comment



details:   https://anonhg.NetBSD.org/src/rev/84fd8d971976
branches:  trunk
changeset: 543164:84fd8d971976
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Feb 18 14:37:08 2003 +0000

description:
add missing dot in comment

diffstat:

 sys/nfs/nfs_vnops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6b5e4f958f9b -r 84fd8d971976 sys/nfs/nfs_vnops.c
--- a/sys/nfs/nfs_vnops.c       Tue Feb 18 14:20:11 2003 +0000
+++ b/sys/nfs/nfs_vnops.c       Tue Feb 18 14:37:08 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_vnops.c,v 1.157 2002/12/01 23:02:11 matt Exp $     */
+/*     $NetBSD: nfs_vnops.c,v 1.158 2003/02/18 14:37:08 jdolecek Exp $ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_vnops.c,v 1.157 2002/12/01 23:02:11 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_vnops.c,v 1.158 2003/02/18 14:37:08 jdolecek Exp $");
 
 #include "opt_nfs.h"
 #include "opt_uvmhist.h"
@@ -839,7 +839,7 @@
         * If the directory/name pair is found in the name cache,
         * we have to ensure the directory has not changed from
         * the time the cache entry has been created. If it has,
-        * the cache entry has to be ignored 
+        * the cache entry has to be ignored. 
         */
        if ((error = cache_lookup(dvp, vpp, cnp)) >= 0) {
                struct vattr vattr;



Home | Main Index | Thread Index | Old Index