diff options
author | 2011-03-14 00:05:46 +0000 | |
---|---|---|
committer | 2011-03-14 00:05:46 +0000 | |
commit | 4ab60e0ff38a629e39c6d616f80c7c8d1a60f67a (patch) | |
tree | d46ba75ad3ed6eb9e704c4461459e125f7f4293a | |
parent | Fix handling of VIS_ALL: in vis(), actually encode all characters (diff) | |
download | wireguard-openbsd-4ab60e0ff38a629e39c6d616f80c7c8d1a60f67a.tar.xz wireguard-openbsd-4ab60e0ff38a629e39c6d616f80c7c8d1a60f67a.zip |
Fix spelling in comment
-rw-r--r-- | sys/arch/amd64/amd64/pmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/pmap.c b/sys/arch/amd64/amd64/pmap.c index ddfe6b2fb32..8a2c4881eb3 100644 --- a/sys/arch/amd64/amd64/pmap.c +++ b/sys/arch/amd64/amd64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.60 2010/11/30 19:30:16 kettenis Exp $ */ +/* $OpenBSD: pmap.c,v 1.61 2011/03/14 00:05:46 guenther Exp $ */ /* $NetBSD: pmap.c,v 1.3 2003/05/08 18:13:13 thorpej Exp $ */ /* @@ -2436,7 +2436,7 @@ pmap_virtual_space(vaddr_t *vstartp, vaddr_t *vendp) * cpus we need to send the IPI to, then we grab the counter, then * we send the IPIs, then we finally do our own shootdown. * - * Our shootdown is last to make it parallell with the other cpus + * Our shootdown is last to make it parallel with the other cpus * to shorten the spin time. * * Notice that we depend on failures to send IPIs only being able to |