summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_bio.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-28 13:44:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-28 13:44:09 +0000
commit7c0d720f533eb03027edc2fbf7b19ca0852eec95 (patch)
tree35539536f0ec649803e054a0b51575714a767931 /sys/nfs/nfs_bio.c
parenta6abc90b2dbbd330aa9f2842d95ba08b4b1149f1 (diff)
sync
Diffstat (limited to 'sys/nfs/nfs_bio.c')
-rw-r--r--sys/nfs/nfs_bio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c
index a655aa20c18..0b9b597cbdf 100644
--- a/sys/nfs/nfs_bio.c
+++ b/sys/nfs/nfs_bio.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: nfs_bio.c,v 1.6 1996/04/21 22:30:18 deraadt Exp $ */
-/* $NetBSD: nfs_bio.c,v 1.25 1996/02/29 20:26:16 fvdl Exp $ */
+/* $OpenBSD: nfs_bio.c,v 1.7 1996/05/28 13:44:07 deraadt Exp $ */
+/* $NetBSD: nfs_bio.c,v 1.25.4.1 1996/05/25 22:40:32 fvdl Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -175,7 +175,7 @@ nfs_bioread(vp, uio, ioflag, cred)
}
}
/*
- * Don't cache magic amd symlinks.
+ * Don't cache symlinks.
*/
if (np->n_flag & NQNFSNONCACHE
|| ((vp->v_flag & VROOT) && vp->v_type == VLNK)) {