diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-26 07:44:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-26 07:44:32 +0000 |
commit | a18fcad5f286fa37eda52f3945cdc3ca0cd34a5e (patch) | |
tree | 4d5d811a95bbbada36abf26e4c7a509016bc8d18 /sys | |
parent | 79b330f605e3fa47910da94e95decb9164f91d7b (diff) |
delete repeated word
Diffstat (limited to 'sys')
-rw-r--r-- | sys/uvm/uvm_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_map.h b/sys/uvm/uvm_map.h index 0bc4b821bf7..fa3e7c9de0c 100644 --- a/sys/uvm/uvm_map.h +++ b/sys/uvm/uvm_map.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_map.h,v 1.81 2022/11/17 23:26:07 deraadt Exp $ */ +/* $OpenBSD: uvm_map.h,v 1.82 2023/01/26 07:44:31 deraadt Exp $ */ /* $NetBSD: uvm_map.h,v 1.24 2001/02/18 21:19:08 chs Exp $ */ /* @@ -310,7 +310,7 @@ struct vm_map { struct uvm_addr_state *uaddr_brk_stack; /* Brk/stack selector. */ /* - * XXX struct mutex changes size because of compile options, so place + * XXX struct mutex changes size because of compile options, so * place after fields which are inspected by libkvm / procmap(8) */ struct rwlock lock; /* Non-intrsafe lock */ |