Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757303Ab2FQB1a (ORCPT ); Sat, 16 Jun 2012 21:27:30 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:36845 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754981Ab2FQB13 (ORCPT ); Sat, 16 Jun 2012 21:27:29 -0400 From: Wanpeng Li To: linux-mm@kvack.org Cc: Jiri Kosina , linux-kernel@vger.kernel.org, Andrew Morton , KAMEZAWA Hiroyuki , Mel Gorman , Minchan Kim , Hugh Dickins , Wanpeng Li Subject: [PATCH] mm/vmscan: cleanup comment error in balance_pgdat Date: Sun, 17 Jun 2012 09:27:18 +0800 Message-Id: <1339896438-5412-1-git-send-email-liwp.linux@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 28 From: Wanpeng Li Signed-off-by: Wanpeng Li --- mm/vmscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/vmscan.c b/mm/vmscan.c index 2fc16cf..375d073 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -2539,7 +2539,7 @@ loop_again: * consider it to be no longer congested. It's * possible there are dirty pages backed by * congested BDIs but as pressure is relieved, - * spectulatively avoid congestion waits + * speculatively avoid congestion waits */ zone_clear_flag(zone, ZONE_CONGESTED); if (i <= *classzone_idx) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/