From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752811AbbLIQCl (ORCPT ); Wed, 9 Dec 2015 11:02:41 -0500 Received: from mail-pf0-f173.google.com ([209.85.192.173]:33579 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752416AbbLIP7H (ORCPT ); Wed, 9 Dec 2015 10:59:07 -0500 From: Masanari Iida To: rdunlap@infradead.org, corbet@lwn.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Masanari Iida Subject: [PATCH 1/2] Doc: treewide: Fix grammar "a" to "an" Date: Thu, 10 Dec 2015 00:59:29 +0900 Message-Id: <1449676770-6234-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.6.4.442.g545299f Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix some grammar mistake. Signed-off-by: Masanari Iida --- Documentation/filesystems/sharedsubtree.txt | 2 +- Documentation/vm/slub.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/filesystems/sharedsubtree.txt b/Documentation/filesystems/sharedsubtree.txt index 32a173d..e3f4c77 100644 --- a/Documentation/filesystems/sharedsubtree.txt +++ b/Documentation/filesystems/sharedsubtree.txt @@ -664,7 +664,7 @@ replicas continue to be exactly same. if one rbind mounts a tree within the same subtree 'n' times the number of mounts created is an exponential function of 'n'. Having unbindable mount can help prune the unneeded bind - mounts. Here is a example. + mounts. Here is an example. step 1: let's say the root tree has just two directories with diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt index 699d8ea..f0d3409 100644 --- a/Documentation/vm/slub.txt +++ b/Documentation/vm/slub.txt @@ -8,7 +8,7 @@ SLUB can enable debugging only for selected slabs in order to avoid an impact on overall system performance which may make a bug more difficult to find. -In order to switch debugging on one can add a option "slub_debug" +In order to switch debugging on one can add an option "slub_debug" to the kernel command line. That will enable full debugging for all slabs. -- 2.6.4.442.g545299f