Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933870AbbDVOYH (ORCPT ); Wed, 22 Apr 2015 10:24:07 -0400 Received: from smtpbguseast2.qq.com ([54.204.34.130]:49705 "EHLO smtpbguseast2.qq.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932424AbbDVOYE (ORCPT ); Wed, 22 Apr 2015 10:24:04 -0400 X-QQ-mid: bizesmtp8t1429712631t159t184 X-QQ-SSF: 0120000000600060F772B00A0000000 X-QQ-FEAT: ksBcXVfj1FaBVdPQIxyzO0iqCusdy7BuxQtkjrvLbgrGn3v6YU6zMuDaar1lv zI+VMK4EdR63e4cngV2FP/ArW0kkvsEfyUVO4x+BJiUs6re4lnosyFEB0bboO9tCx/TJDIv DUubOUXU4PfmR03uK/LQDcLQe4dSKlV7dYEMpDuLK/NZonccS/HrLaOUYSDNvAhQwh1myeH AS3GwhAsfrgwdo5TS9xd1 X-QQ-GoodBg: 0 From: Wang Long To: corbet@lwn.net, a.ryabinin@samsung.com Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, long.wanglong@huawei.com Subject: [PATCH] Documentation: kasan: fix a typo Date: Wed, 22 Apr 2015 22:23:44 +0800 Message-Id: <1429712624-5070-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: 1060 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..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 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/