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. */