]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/kasan.txt
ARM: shmobile: r7s72100 dtsi: Add CPG/MSTP Clock Domain
[karo-tx-linux.git] / Documentation / kasan.txt
index 4692241789b1f608ebc2535ddef1a07722a3fb19..0d32355a4c348ce18cf4540e61a129b4cf2ac3fb 100644 (file)
@@ -150,7 +150,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)