diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-08-22 07:16:46 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-08-22 07:16:46 +0000 |
| commit | 0e61ac7b5d576c2273cf12fadeaa27ecb0ef0b3a (patch) | |
| tree | e5c0a5c8f690af967d6ca026bff668c282b24371 /sys/kern/kern_lock.c | |
| parent | d1eca759ebac8e2eb6d1ef1aa7b1935d0cb89c6f (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_lock.c')
| -rw-r--r-- | sys/kern/kern_lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 5f36fd467376..d119c57d9f85 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * @(#)kern_lock.c 8.18 (Berkeley) 5/21/95 - * $Id: kern_lock.c,v 1.9 1997/08/18 03:29:15 fsmp Exp $ + * $Id: kern_lock.c,v 1.10 1997/08/19 00:27:07 dyson Exp $ */ #include <sys/param.h> @@ -443,7 +443,7 @@ lockmgr(lkp, flags, interlkp, p) /* * Print out information about state of a lock. Used by VOP_PRINT - * routines to display ststus about contained locks. + * routines to display status about contained locks. */ void lockmgr_printinfo(lkp) |
