Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933943AbbDVXrf (ORCPT ); Wed, 22 Apr 2015 19:47:35 -0400 Received: from smtpbgau1.qq.com ([54.206.16.166]:54354 "EHLO smtpbgau1.qq.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756722AbbDVXrd (ORCPT ); Wed, 22 Apr 2015 19:47:33 -0400 X-QQ-mid: bizesmtp3t1429746429t996t290 X-QQ-SSF: 0120000000600060F752B00A0000000 X-QQ-FEAT: leA/s3LkFxVh2hWxnDaSg85SOYClJ8yYI2LZ0lui1vIGSWbhbj+ErRPGtplW5 YtuO6kKi0+lthEjyAvli56yZdUbJan4O3lWehZQmC4NpigALzJOwu/5aL/jx8vPsxNNgtKr 5meeWPf9neg7uIZscA5dNRUOh3gV7AqhDr7/EpHiimcWB1+IOrZZX1h3y8SvITF4bFFF+8Q +3Ku5ra5jgQ== X-QQ-GoodBg: 0 From: Wang Long To: a.ryabinin@samsung.com, corbet@lwn.net, rdunlap@infradead.org Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] Documentation: kasan: fix a typo Date: Thu, 23 Apr 2015 07:47:02 +0800 Message-Id: <1429746422-2811-1-git-send-email-wanglong@laoqinren.net> X-Mailer: git-send-email 1.9.1 X-QQ-SENDSIZE: 520 X-QQ-Bgrelay: 1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1061 Lines: 31 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..063095a 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 translates an address to its corresponding shadow address: static inline void *kasan_mem_to_shadow(const void *addr) -- 1.9.1 -- 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/