From 8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a Mon Sep 17 00:00:00 2001 From: eadler Date: Fri, 14 Sep 2012 21:28:56 +0000 Subject: Correct double "the the" Approved by: cperciva MFC after: 3 days --- sys/vm/vm_pageout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/vm/vm_pageout.c') diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 6b1031f..b606615 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -881,7 +881,7 @@ vm_pageout_scan(int pass) uma_reclaim(); /* - * The addl_page_shortage is the the number of temporarily + * The addl_page_shortage is the number of temporarily * stuck pages in the inactive queue. In other words, the * number of pages from cnt.v_inactive_count that should be * discounted in setting the target for the active queue scan. -- cgit v1.1