summaryrefslogtreecommitdiff
path: root/sys/adosfs
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-12-18 00:59:02 +0000
committergene <gene@cvs.openbsd.org>1997-12-18 00:59:02 +0000
commit5926ec4d15989689aa36f550da3212dcbc424cb3 (patch)
tree8905274482d8036ff94bfff05f3a14a946802fa1 /sys/adosfs
parent653844c68d15aa048e2d9ea9b9774f1e0584fc86 (diff)
trivia: typo in kernel panic
Diffstat (limited to 'sys/adosfs')
-rw-r--r--sys/adosfs/adlookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/adosfs/adlookup.c b/sys/adosfs/adlookup.c
index ff5e551b83f..304d6aac08d 100644
--- a/sys/adosfs/adlookup.c
+++ b/sys/adosfs/adlookup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adlookup.c,v 1.10 1997/11/10 23:57:04 niklas Exp $ */
+/* $OpenBSD: adlookup.c,v 1.11 1997/12/18 00:59:01 gene Exp $ */
/* $NetBSD: adlookup.c,v 1.17 1996/10/25 23:13:58 cgd Exp $ */
/*
@@ -156,7 +156,7 @@ adosfs_lookup(v)
*/
if (flags & ISDOTDOT) {
if (vdp->v_type == VDIR && (vdp->v_flag & VROOT))
- panic("adosfs .. attemped through root");
+ panic("adosfs .. attempted lookup through root");
/*
* cannot get `..' while `vdp' is locked
* e.g. procA holds lock on `..' and waits for `vdp'