Download raw body.
typo fix in uvm_object.h
On Mon, Mar 16, 2026 at 04:16:41PM -0600, Benjamin Lee McQueen wrote:
> hello tech@,
>
> quick typo fix.
>
> detected->detect
Why not fix the spacing and missing capital letters at the beginning of
sentences at the same time whilst we're changing this comment?
>
> 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
typo fix in uvm_object.h