Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932763AbbFIGw4 (ORCPT ); Tue, 9 Jun 2015 02:52:56 -0400 Received: from lgeamrelo02.lge.com ([156.147.1.126]:42538 "EHLO lgeamrelo02.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751855AbbFIGwu (ORCPT ); Tue, 9 Jun 2015 02:52:50 -0400 X-Original-SENDERIP: 10.168.80.160 X-Original-MAILFROM: hyuk.myeong@lge.com From: "Hyuk Myeong" To: , , , , Cc: , Subject: [PATCH] ARM: pgtable: Fix typo in the comment Date: Tue, 9 Jun 2015 15:52:47 +0900 Message-ID: <024f01d0a280$e561f460$b025dd20$@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdCigK/UZWKGzwrbSdyuVM1Z15HqkA== Content-Language: ko Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1125 Lines: 29 This patch fix a spelling typo in the comment in pgtable-2level.h. Signed-off-by: Hyuk Myeong --- arch/arm/include/asm/pgtable-2level.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/pgtable-2level.h b/arch/arm/include/asm/pgtable-2level.h index bfd662e..49f91be 100644 --- a/arch/arm/include/asm/pgtable-2level.h +++ b/arch/arm/include/asm/pgtable-2level.h @@ -66,7 +66,7 @@ * * However, when the "young" bit is cleared, we deny access to the page * by clearing the hardware PTE. Currently Linux does not flush the TLB - * for us in this case, which means the TLB will retain the transation + * for us in this case, which means the TLB will retain the transaction * until either the TLB entry is evicted under pressure, or a context * switch which changes the user space mapping occurs. */ -- 1.9.3 -- 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/