diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-01-20 03:33:30 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-01-20 03:33:30 +0000 |
commit | 1e769fcc1a7ddd1ae739fa10db07dcfc82c0f3bf (patch) | |
tree | d2ac97a19e912c018c2cca2cd1dbdac46c7e1480 | |
parent | 0f33263e0930d16e1bc6387853a36a85530f7b40 (diff) |
Fix comment
-rw-r--r-- | sys/kern/vfs_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index e5d1e26cb83..fbe9a140eff 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_syscalls.c,v 1.200 2013/12/01 16:40:56 krw Exp $ */ +/* $OpenBSD: vfs_syscalls.c,v 1.201 2014/01/20 03:33:29 guenther Exp $ */ /* $NetBSD: vfs_syscalls.c,v 1.71 1996/04/23 10:29:02 mycroft Exp $ */ /* @@ -319,7 +319,7 @@ update: * track of how many were replaced. That's the number of references * the old vnode had that we've replaced, so finish by vrele()'ing * it that many times. This puts off any possible sleeping until - * we've finished walking the allprocs list. + * we've finished walking the allproc list. */ void checkdirs(struct vnode *olddp) |