summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lock.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-08-22 07:16:46 +0000
committerphk <phk@FreeBSD.org>1997-08-22 07:16:46 +0000
commit7094638d9f75624271f02707b42f7296226b7900 (patch)
tree4ca70f8e980cce1b971fa55e8e500a3de18e6e24 /sys/kern/kern_lock.c
parent345eea963ab7b56221622534e6743c93f06cc096 (diff)
downloadFreeBSD-src-7094638d9f75624271f02707b42f7296226b7900.zip
FreeBSD-src-7094638d9f75624271f02707b42f7296226b7900.tar.gz
typo in comment.
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r--sys/kern/kern_lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index 5f36fd4..d119c57 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)
OpenPOWER on IntegriCloud