diff options
| author | 2010-01-14 23:12:11 +0000 | |
|---|---|---|
| committer | 2010-01-14 23:12:11 +0000 | |
| commit | a3c911ba8b4b104be4d76dbf6fe4b9bdb7564ba1 (patch) | |
| tree | e019374e91267420d85101c5ab7c17de01195480 /sys/kern/kern_lock.c | |
| parent | Restore an if that got lost in the update. (diff) | |
| download | wireguard-openbsd-a3c911ba8b4b104be4d76dbf6fe4b9bdb7564ba1.tar.xz wireguard-openbsd-a3c911ba8b4b104be4d76dbf6fe4b9bdb7564ba1.zip | |
fix typos in comments, no code changes;
from Brad Tilley <brad at 16systems dot com>;
ok oga@
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 6e6e1b3cc5f..eaa427e5d27 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_lock.c,v 1.33 2009/03/25 21:20:26 oga Exp $ */ +/* $OpenBSD: kern_lock.c,v 1.34 2010/01/14 23:12:11 schwarze Exp $ */ /* * Copyright (c) 1995 @@ -405,7 +405,7 @@ lockmgr(__volatile struct lock *lkp, u_int flags, struct simplelock *interlkp) #ifdef DIAGNOSTIC /* * 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(__volatile struct lock *lkp) |
