Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f66fa08b authored by Wang Long's avatar Wang Long Committed by Jonathan Corbet
Browse files

Documentation: kasan: fix a typo



Fix a couple of typos in the kasan document.

Signed-off-by: default avatarWang Long <wanglong@laoqinren.net>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 9eb05998
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)