diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-03-14 00:05:47 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-03-14 00:05:47 +0000 |
commit | e16b0fb46406df6bf6b1cd8b228e052355c2bf32 (patch) | |
tree | 1e54dfe28ed33b84468267aa54179a3ebbe16309 /sys/arch | |
parent | d425cb50920de1d49c8ece20efb58157a0cfb7cf (diff) |
Fix spelling in comment
Diffstat (limited to 'sys/arch')
-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 |