From 2a843ae7d99e564c6f1c7dec8ddafe4adf95f63b Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 22 Oct 2018 17:17:30 +0000 Subject: [PATCH] Avoid a redundancy in a comment updated by r339601. Reported by: alc X-MFC with: r339601 --- sys/vm/vm_swapout.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/vm/vm_swapout.c b/sys/vm/vm_swapout.c index 052bffb71f3..140dabaf2fa 100644 --- a/sys/vm/vm_swapout.c +++ b/sys/vm/vm_swapout.c @@ -742,8 +742,7 @@ swapper_selector(bool wkilled_only) /* * Limit swapper to swap in one non-WKILLED process in MAXSLP/2 * interval, assuming that there is: - * - there exists at least one domain that is not suffering from a shortage of - * free memory; + * - at least one domain that is not suffering from a shortage of free memory; * - no parallel swap-ins; * - no other swap-ins in the current SWAPIN_INTERVAL. */