diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-17 16:11:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-17 16:11:21 +0000 |
commit | 1ceb5a4d9b048b86f83cac78b612ced56b0157ee (patch) | |
tree | 616b9253f2da4d07002bf948ef88575724e2ac77 /sys/uvm | |
parent | 1a944240bab0030d1570e6e092a1fc943952e690 (diff) |
aligment -> alignment
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 aa6327fe5a6..b0bc5a4717a 100644 --- a/sys/uvm/uvm_map.c +++ b/sys/uvm/uvm_map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_map.c,v 1.126 2010/04/26 05:48:19 deraadt Exp $ */ +/* $OpenBSD: uvm_map.c,v 1.127 2010/06/17 16:11:20 miod Exp $ */ /* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */ /* @@ -1149,7 +1149,7 @@ uvm_map_lookup_entry(struct vm_map *map, vaddr_t address, /* * Checks if address pointed to by phint fits into the empty - * space before the vm_map_entry after. Takes aligment and + * space before the vm_map_entry after. Takes alignment and * offset into consideration. */ |