Re: [PATCH 26/41] Documentation: kasan: fix spelling mistake

From: Randy Dunlap
Date: Sun Apr 24 2016 - 23:06:09 EST


On 04/24/16 17:24, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <eric@xxxxxxxxxxxx>
> ---
> Documentation/kasan.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt
> index 7dd95b3..9c696e4 100644
> --- a/Documentation/kasan.txt
> +++ b/Documentation/kasan.txt
> @@ -116,7 +116,7 @@ Memory state around the buggy address:
> ffff8800693bc800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
> ==================================================================
>
> -The header of the report discribe what kind of bug happened and what kind of
> +The header of the report describe what kind of bug happened and what kind of

describes

> access caused it. It's followed by the description of the accessed slub object
> (see 'SLUB Debug output' section in Documentation/vm/slub.txt for details) and
> the description of the accessed memory page.
>


--
~Randy