From 9ebe0d49c86bff37d3fa4e3e8a2451b36170cfb1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 1 Apr 2022 12:38:47 +0200 Subject: [PATCH 304/310] sys/vm/vm_pageout.c: Fix typo Obtained from: ElectroBSD --- sys/vm/vm_pageout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 74439d5884ef..4357dbd07e9a 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -1786,7 +1786,7 @@ vm_pageout_inactive(struct vm_domain *vmd, int shortage, int *addl_shortage) static int vm_pageout_oom_vote; /* - * The pagedaemon threads randlomly select one to perform the + * The pagedaemon threads randomly select one to perform the * OOM. Trying to kill processes before all pagedaemons * failed to reach free target is premature. */ -- 2.37.1