From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755273AbbFBKFs (ORCPT ); Tue, 2 Jun 2015 06:05:48 -0400 Received: from LGEMRELSE6Q.lge.com ([156.147.1.121]:37332 "EHLO lgemrelse6q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752437AbbFBKFk (ORCPT ); Tue, 2 Jun 2015 06:05:40 -0400 X-Original-SENDERIP: 10.168.80.160 X-Original-MAILFROM: hyuk.myeong@lge.com From: =?ks_c_5601-1987?B?uO3H9Q==?= To: Cc: , Subject: [PATCH] Fix typo in the comment Date: Tue, 2 Jun 2015 19:05:38 +0900 Message-ID: <010901d09d1b$acfdb3d0$06f91b70$@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 thread-index: AdCdG6aZrkNTqpGrSMGY6naP7CR8zQ== Content-Language: ko Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix a spelling typo in the comment in pgtable-2level.h 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. */ -- Kernel Version : v4.1-rc6-1-g23e19b1