diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-06-14 11:57:19 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-06-14 11:57:19 +0000 |
commit | 0aaa81c166553fd4db3877bf2dc853e98b71c25a (patch) | |
tree | 78b3de25d1b574d1a453889a25ee0ab0a0018571 /sys/uvm | |
parent | 7be17255ad924d3c567c86c10806a94a0e317f80 (diff) |
fix typo in comment
ok ariane@
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c index 5ac0e9fcbed..13d3c273827 100644 --- a/sys/uvm/uvm_map.c +++ b/sys/uvm/uvm_map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_map.c,v 1.155 2012/06/03 13:30:04 kettenis Exp $ */ +/* $OpenBSD: uvm_map.c,v 1.156 2012/06/14 11:57:18 jasper Exp $ */ /* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */ /* @@ -955,7 +955,7 @@ uvm_map_addr_augment(struct vm_map_entry *entry) * always relative to vm_map_min(kernel_map). * * => align: align vaddr, must be a power-of-2. - * Align is only a hint and will be ignored if the alignemnt fails. + * Align is only a hint and will be ignored if the alignment fails. */ int uvm_map(struct vm_map *map, vaddr_t *addr, vsize_t sz, |