From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754189AbbEUM1q (ORCPT ); Thu, 21 May 2015 08:27:46 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:41494 "EHLO e06smtp10.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753536AbbEUM1o (ORCPT ); Thu, 21 May 2015 08:27:44 -0400 Date: Thu, 21 May 2015 14:27:39 +0200 From: Heiko Carstens To: Geert Uytterhoeven Cc: Martin Schwidefsky , Jiri Kosina , linux390@de.ibm.com, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH trivial] s390/mm: s/specifiation/specification/, s/an specification/a specification/ Message-ID: <20150521122739.GC4079@osiris> References: <1432209647-20668-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432209647-20668-1-git-send-email-geert+renesas@glider.be> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15052112-0041-0000-0000-0000045092F4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 21, 2015 at 02:00:47PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven > --- > arch/s390/include/asm/pgtable.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/s390/include/asm/pgtable.h b/arch/s390/include/asm/pgtable.h > index fc642399b489d896..9a04717f5d0cf40f 100644 > --- a/arch/s390/include/asm/pgtable.h > +++ b/arch/s390/include/asm/pgtable.h > @@ -1565,9 +1565,9 @@ static inline int has_transparent_hugepage(void) > /* > * 64 bit swap entry format: > * A page-table entry has some bits we have to treat in a special way. > - * Bits 52 and bit 55 have to be zero, otherwise an specification > + * Bits 52 and bit 55 have to be zero, otherwise a specification > * exception will occur instead of a page translation exception. The > - * specifiation exception has the bad habit not to store necessary > + * specification exception has the bad habit not to store necessary Applied, thanks.