diff options
| author | 2001-03-04 13:37:44 +0000 | |
|---|---|---|
| committer | 2001-03-04 13:37:44 +0000 | |
| commit | 55d4626d44baea810ecee2520bc4bfe59e0ff2fc (patch) | |
| tree | bb131a7dcd2bcb7ed3a2b2560d671f9e1816c65c /sys | |
| parent | spelling (diff) | |
| download | wireguard-openbsd-55d4626d44baea810ecee2520bc4bfe59e0ff2fc.tar.xz wireguard-openbsd-55d4626d44baea810ecee2520bc4bfe59e0ff2fc.zip | |
typo
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/alpha/alpha/pmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/pmap.c b/sys/arch/alpha/alpha/pmap.c index 08a98ee279c..b9a8aeec24a 100644 --- a/sys/arch/alpha/alpha/pmap.c +++ b/sys/arch/alpha/alpha/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.8 2000/11/08 19:16:59 ericj Exp $ */ +/* $OpenBSD: pmap.c,v 1.9 2001/03/04 13:37:44 art Exp $ */ /* $NetBSD: pmap.c,v 1.132 2000/05/23 05:12:54 thorpej Exp $ */ /*- @@ -392,7 +392,7 @@ struct simplelock pmap_all_pmaps_slock; #ifdef __OpenBSD__ #define spinlockinit(lock, name, flags) lockinit(lock, 0, name, 0, flags) -#define sinlockmgr(lock, flags, slock) lockmgr(lock, flags, slock, curproc) +#define spinlockmgr(lock, flags, slock) lockmgr(lock, flags, slock, curproc) #endif #if defined(MULTIPROCESSOR) || defined(LOCKDEBUG) |
