Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753836AbcDYAbA (ORCPT ); Sun, 24 Apr 2016 20:31:00 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33113 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753676AbcDYAa6 (ORCPT ); Sun, 24 Apr 2016 20:30:58 -0400 From: Eric Engestrom To: linux-kernel@vger.kernel.org Cc: Eric Engestrom , Andrey Ryabinin , Jonathan Corbet , kasan-dev@googlegroups.com, linux-doc@vger.kernel.org Subject: [PATCH 26/41] Documentation: kasan: fix spelling mistake Date: Mon, 25 Apr 2016 01:24:23 +0100 Message-Id: <1461543878-3639-27-git-send-email-eric@engestrom.ch> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1461543878-3639-1-git-send-email-eric@engestrom.ch> References: <1461543878-3639-1-git-send-email-eric@engestrom.ch> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 856 Lines: 20 Signed-off-by: Eric Engestrom --- 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 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. -- 2.8.0