From: deraadt Date: Sun, 18 Dec 2022 23:41:17 +0000 (+0000) Subject: spelling X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5e2e1673d03ba4ddc46c2e8571ae783cc5df371d;p=openbsd spelling --- diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c index e6849baf606..b59fb8d73af 100644 --- a/sys/uvm/uvm_map.c +++ b/sys/uvm/uvm_map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_map.c,v 1.304 2022/11/17 18:53:05 deraadt Exp $ */ +/* $OpenBSD: uvm_map.c,v 1.305 2022/12/18 23:41:17 deraadt Exp $ */ /* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */ /* @@ -4096,7 +4096,7 @@ uvm_map_submap(struct vm_map *map, vaddr_t start, vaddr_t end, * uvm_map_checkprot: check protection in map * * => must allow specific protection in a fully allocated region. - * => map mut be read or write locked by caller. + * => map must be read or write locked by caller. */ boolean_t uvm_map_checkprot(struct vm_map *map, vaddr_t start, vaddr_t end,