diff options
Diffstat (limited to 'sys/adosfs')
-rw-r--r-- | sys/adosfs/adlookup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/adosfs/adlookup.c b/sys/adosfs/adlookup.c index 1c2896397e7..383a0dd3731 100644 --- a/sys/adosfs/adlookup.c +++ b/sys/adosfs/adlookup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adlookup.c,v 1.12 2003/01/31 17:37:49 art Exp $ */ +/* $OpenBSD: adlookup.c,v 1.13 2003/03/16 00:30:38 margarida Exp $ */ /* $NetBSD: adlookup.c,v 1.17 1996/10/25 23:13:58 cgd Exp $ */ /* @@ -138,7 +138,7 @@ adosfs_lookup(v) * cannot get `..' while `vdp' is locked * e.g. procA holds lock on `..' and waits for `vdp' * we wait for `..' and hold lock on `vdp'. deadlock. - * becuase `vdp' may have been acheived through symlink + * because `vdp' may have been achieved through symlink * fancy detection code that decreases the race * window size is not reasonably possible. * @@ -147,7 +147,7 @@ adosfs_lookup(v) * fail. Otherwise we have the child (..) if this is the * last and the caller requested LOCKPARENT, attempt to * relock the parent. If that fails unlock the child (..) - * and fail. Otherwise we have succeded. + * and fail. Otherwise we have succeeded. * */ VOP_UNLOCK(vdp, 0, p); /* race */ |