From: Wang Long Date: Wed, 22 Apr 2015 23:47:02 +0000 (+0800) Subject: Documentation: kasan: fix a typo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f66fa08bf9e59b1231aba9e3c2ec28dcf08f0389;p=linux-beck.git Documentation: kasan: fix a typo Fix a couple of typos in the kasan document. Signed-off-by: Wang Long Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt index 092fc10961fe..063095afa964 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)