Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754425Ab2FOIEz (ORCPT ); Fri, 15 Jun 2012 04:04:55 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:46704 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753138Ab2FOIEu (ORCPT ); Fri, 15 Jun 2012 04:04:50 -0400 From: Wanpeng Li To: LKML Cc: Andrew Morton , KAMEZAWA Hiroyuki , Mel Gorman , Michal Hocko , Minchan Kim , Gavin Shan , Wanpeng Li Subject: [PATCH] mm: cleanup on the comments of zone_reclaim_stat Date: Fri, 15 Jun 2012 16:04:30 +0800 Message-Id: <1339747470-4602-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: 967 Lines: 29 From: Wanpeng Li Signed-off-by: Wanpeng Li --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 2427706..d6a5f83 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -188,7 +188,7 @@ static inline int is_unevictable_lru(enum lru_list lru) struct zone_reclaim_stat { /* * The pageout code in vmscan.c keeps track of how many of the - * mem/swap backed and file backed pages are refeferenced. + * mem/swap backed and file backed pages are referenced. * The higher the rotated/scanned ratio, the more valuable * that cache is. * -- 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/