[Devel] [PATCH RHEL7 COMMIT] Documentation: kasan: fix a typo

Konstantin Khorenko khorenko at virtuozzo.com
Fri Sep 15 17:14:45 MSK 2017


The commit is pushed to "branch-rh7-3.10.0-693.1.1.vz7.37.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-693.1.1.vz7.37.4
------>
commit c35c0940f412e6ebfb6be03f89bebabaef58636e
Author: Wang Long <wanglong at laoqinren.net>
Date:   Fri Sep 15 17:14:45 2017 +0300

    Documentation: kasan: fix a typo
    
    Fix a couple of typos in the kasan document.
    
    Signed-off-by: Wang Long <wanglong at laoqinren.net>
    Signed-off-by: Jonathan Corbet <corbet at lwn.net>
    
    https://jira.sw.ru/browse/PSBM-69081
    (cherry picked from commit f66fa08bf9e59b1231aba9e3c2ec28dcf08f0389)
    Signed-off-by: Andrey Ryabinin <aryabinin at virtuozzo.com>
---
 Documentation/kasan.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt
index 67e62ed..82ed25f 100644
--- a/Documentation/kasan.txt
+++ b/Documentation/kasan.txt
@@ -149,7 +149,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)


More information about the Devel mailing list