diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-03-04 13:37:45 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-03-04 13:37:45 +0000 |
commit | 47feea9cb75bb16316b0b419e222037e1b8e0736 (patch) | |
tree | 789bd763a621a0fa692f3a0d9d5ce239c49fec88 /sys | |
parent | d9ec9e89f0cb082574ab8a9862d00dc22b17a8f9 (diff) |
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) |