From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B899BC433E1 for ; Thu, 27 Aug 2020 04:00:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 974E72078A for ; Thu, 27 Aug 2020 04:00:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725847AbgH0EAZ (ORCPT ); Thu, 27 Aug 2020 00:00:25 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:60684 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725710AbgH0EAZ (ORCPT ); Thu, 27 Aug 2020 00:00:25 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id F125429817; Thu, 27 Aug 2020 00:00:20 -0400 (EDT) Date: Thu, 27 Aug 2020 13:59:59 +1000 (AEST) From: Finn Thain To: Geert Uytterhoeven cc: linux-m68k , Linux Kernel Mailing List Subject: Re: [PATCH] m68k: Correct some typos in comments In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-m68k-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org On Wed, 26 Aug 2020, Geert Uytterhoeven wrote: > > @@ -2654,7 +2654,7 @@ func_start mmu_get_page_table_entry,%d0/%a1 > > jne 2f > > > > /* If the page table entry doesn't exist, we allocate a complete new > > - * page and use it as one continues big page table which can cover > > + * page and use it as one continuous big page table which can cover > > Usually I use "contiguous", but the dictionary seems to permit both. > Two or more things may be said to be "contiguous". I think this sentence refers to only one thing. > > * 4MB of memory, nearly almost all mappings have that alignment. > > */ > > get_new_page > > Reviewed-by: Geert Uytterhoeven > i.e. will queue in the m68k for-v5.10 branch. > Thanks. > Gr{oetje,eeting}s, > > Geert >