From: Benjamin Lee McQueen Subject: typo fix in uvm_object.h To: tech@openbsd.org Date: Mon, 16 Mar 2026 16:16:41 -0600 hello tech@, quick typo fix. detected->detect Index: uvm_object.h =================================================================== RCS file: /cvs/src/sys/uvm/uvm_object.h,v retrieving revision 1.30 diff -u -p -u -r1.30 uvm_object.h --- uvm_object.h 4 Sep 2022 06:49:11 -0000 1.30 +++ uvm_object.h 16 Mar 2026 22:11:11 -0000 @@ -62,7 +62,7 @@ struct uvm_object { * object is a kernel memory object rather than a normal one (kernel * memory objects don't have reference counts -- they never die). * - * this value is used to detected kernel object mappings at uvm_unmap() + * this value is used to detect kernel object mappings at uvm_unmap() * time. normally when an object is unmapped its pages eventually become * deactivated and then paged out and/or freed. this is not useful * for kernel objects... when a kernel object is unmapped we always want -ben