Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757161AbbDVP2S (ORCPT ); Wed, 22 Apr 2015 11:28:18 -0400 Received: from casper.infradead.org ([85.118.1.10]:55383 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753184AbbDVP2P (ORCPT ); Wed, 22 Apr 2015 11:28:15 -0400 Message-ID: <5537BE04.8030205@infradead.org> Date: Wed, 22 Apr 2015 08:28:04 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Wang Long , corbet@lwn.net, a.ryabinin@samsung.com CC: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, long.wanglong@huawei.com Subject: Re: [PATCH] Documentation: kasan: fix a typo References: <1429712624-5070-1-git-send-email-wanglong@laoqinren.net> In-Reply-To: <1429712624-5070-1-git-send-email-wanglong@laoqinren.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1181 Lines: 34 On 04/22/15 07:23, Wang Long wrote: > This patch just fix a typo (s/witch/which) > > Signed-off-by: Wang Long > --- > Documentation/kasan.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt > index 092fc10..38feb38 100644 > --- a/Documentation/kasan.txt > +++ b/Documentation/kasan.txt > @@ -148,7 +148,7 @@ AddressSanitizer dedicates 1/8 of kernel memory to its shadow memory > (e.g. 16TB to cover 128TB on x86_64) and uses direct mapping with a scale and > offset to translate a memory address to its corresponding shadow address. > > -Here is the function witch translate an address to its corresponding shadow > +Here is the function which translate an address to its corresponding shadow translates > address: > > static inline void *kasan_mem_to_shadow(const void *addr) > -- ~Randy -- 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/