Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751181AbbEYQjI (ORCPT ); Mon, 25 May 2015 12:39:08 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:35661 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750732AbbEYQjG (ORCPT ); Mon, 25 May 2015 12:39:06 -0400 From: Shailendra Verma To: Andrew Morton , Johannes Weiner , Michal Hocko , Vladimir Davydov , Mel Gorman , Vlastimil Babka , Suleiman Souhlal , linux-mm@kvack.org Cc: linux-kernel@vger.kernel.org, Shailendra Verma Subject: [PATCH] mm:vmscan - Fix for typo in comment in function __remove_mapping(). Date: Mon, 25 May 2015 22:08:51 +0530 Message-Id: <1432571931-2789-1-git-send-email-shailendra.capricorn@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: 27 Signed-off-by: Shailendra Verma --- mm/vmscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/vmscan.c b/mm/vmscan.c index 5e8eadd..68a0d04 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -632,7 +632,7 @@ static int __remove_mapping(struct address_space *mapping, struct page *page, * order to detect refaults, thus thrashing, later on. * * But don't store shadows in an address space that is - * already exiting. This is not just an optizimation, + * already exiting. This is not just an optimization, * inode reclaim needs to empty out the radix tree or * the nodes are lost. Don't plant shadows behind its * back. -- 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/