From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pz0-f51.google.com (mail-pz0-f51.google.com [209.85.210.51]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 62D42B70C0 for ; Fri, 15 Jun 2012 23:18:04 +1000 (EST) Received: by dajt11 with SMTP id t11so4422607daj.38 for ; Fri, 15 Jun 2012 06:18:02 -0700 (PDT) From: Wanpeng Li To: trivial@kernel.org Subject: [PATCH 4/7][TRIVIAL][resend] mm: cleanup on the comments of zone_reclaim_stat Date: Fri, 15 Jun 2012 21:17:16 +0800 Message-Id: <1339766240-7622-1-git-send-email-liwp.linux@gmail.com> Cc: Christoph Lameter , Srikar Dronamraju , linux-pci@vger.kernel.org, Jesse Barnes , David Howells , Paul Gortmaker , "H. Peter Anvin" , Larry Woodman , Andrea Arcangeli , Stephen Rothwell , Gavin Shan , x86@kernel.org, Hugh Dickins , Ingo Molnar , KOSAKI Motohiro , Jan Kiszka , Nishanth Aravamudan , Wanpeng Li , Peter Zijlstra , Mel Gorman , Jason Wessel , Al Viro , Bjorn Helgaas , cgroups@vger.kernel.org, Thomas Gleixner , KAMEZAWA Hiroyuki , Michal Hocko , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Milton Miller , Minchan Kim , Li Zefan , Johannes Weiner , Tejun Heo , David Rientjes , Andrew Morton , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Wanpeng Li Signed-off-by: Wanpeng Li Acked-by: Minchan Kim --- 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