diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-14 14:53:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-14 14:53:15 +0000 |
commit | 92adc5b2121baca97c22c206a67e98beb30281bf (patch) | |
tree | 8b80466c704b3441a9d6a3036ccce59c92fc1448 /sys/uvm/uvm_map.c | |
parent | ad1926e88a71b5d83a0492c155afa362412051ae (diff) |
mutli -> multi
Diffstat (limited to 'sys/uvm/uvm_map.c')
-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 ec462419442..24d9168355e 100644 --- a/sys/uvm/uvm_map.c +++ b/sys/uvm/uvm_map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_map.c,v 1.203 2015/11/11 15:59:33 mmcc Exp $ */ +/* $OpenBSD: uvm_map.c,v 1.204 2015/11/14 14:53:14 miod Exp $ */ /* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */ /* @@ -4272,7 +4272,7 @@ deactivate_it: break; case PGO_FREE: /* - * If there are mutliple references to + * If there are multiple references to * the amap, just deactivate the page. */ if (amap_refs(amap) > 1) |