Source-Changes-HG archive

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

[src/trunk]: src/sys/coda fix typo in comment, and add (perhaps redundant) no...



details:   https://anonhg.NetBSD.org/src/rev/baf7920ef1c7
branches:  trunk
changeset: 542258:baf7920ef1c7
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Jan 24 18:51:53 2003 +0000

description:
fix typo in comment, and add (perhaps redundant) note that this depends
on file-system CODA

diffstat:

 sys/coda/coda_psdev.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r d47244258e90 -r baf7920ef1c7 sys/coda/coda_psdev.c
--- a/sys/coda/coda_psdev.c     Fri Jan 24 17:47:17 2003 +0000
+++ b/sys/coda/coda_psdev.c     Fri Jan 24 18:51:53 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coda_psdev.c,v 1.23 2003/01/06 13:05:09 wiz Exp $      */
+/*     $NetBSD: coda_psdev.c,v 1.24 2003/01/24 18:51:53 jdolecek Exp $ */
 
 /*
  * 
@@ -43,16 +43,18 @@
  * University.  Contributers include David Steere, James Kistler, and
  * M. Satyanarayanan.  */
 
-/* These routines define the psuedo device for communication between
+/* These routines define the pseudo device for communication between
  * Coda's Venus and Minicache in Mach 2.6. They used to be in cfs_subr.c, 
  * but I moved them to make it easier to port the Minicache without 
  * porting coda. -- DCS 10/12/94
+ *
+ * Following code depends on file-system CODA.
  */
 
 /* These routines are the device entry points for Venus. */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: coda_psdev.c,v 1.23 2003/01/06 13:05:09 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: coda_psdev.c,v 1.24 2003/01/24 18:51:53 jdolecek Exp $");
 
 extern int coda_nc_initialized;    /* Set if cache has been initialized */
 



Home | Main Index | Thread Index | Old Index