linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: kasan: fix a typo
@ 2015-04-22 14:23 Wang Long
  2015-04-22 15:28 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Long @ 2015-04-22 14:23 UTC (permalink / raw)
  To: corbet, a.ryabinin; +Cc: linux-doc, linux-kernel, long.wanglong

This patch just fix a typo (s/witch/which)

Signed-off-by: Wang Long <wanglong@laoqinren.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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: kasan: fix a typo
  2015-04-22 14:23 [PATCH] Documentation: kasan: fix a typo Wang Long
@ 2015-04-22 15:28 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2015-04-22 15:28 UTC (permalink / raw)
  To: Wang Long, corbet, a.ryabinin; +Cc: linux-doc, linux-kernel, long.wanglong

On 04/22/15 07:23, Wang Long wrote:
> This patch just fix a typo (s/witch/which)
> 
> Signed-off-by: Wang Long <wanglong@laoqinren.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

                              translates

>  address:
>  
>  static inline void *kasan_mem_to_shadow(const void *addr)
> 


-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-22 15:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-22 14:23 [PATCH] Documentation: kasan: fix a typo Wang Long
2015-04-22 15:28 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).