[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1429712624-5070-1-git-send-email-wanglong@laoqinren.net>
Date: Wed, 22 Apr 2015 22:23:44 +0800
From: Wang Long <wanglong@...qinren.net>
To: corbet@....net, a.ryabinin@...sung.com
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
long.wanglong@...wei.com
Subject: [PATCH] Documentation: kasan: fix a typo
This patch just fix a typo (s/witch/which)
Signed-off-by: Wang Long <wanglong@...qinren.net>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists