From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934610AbcATB2z (ORCPT ); Tue, 19 Jan 2016 20:28:55 -0500 Received: from mail-qg0-f65.google.com ([209.85.192.65]:33668 "EHLO mail-qg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934070AbcATB2f (ORCPT ); Tue, 19 Jan 2016 20:28:35 -0500 From: Diego Viola To: linux-kernel@vger.kernel.org Cc: trivial@kernel.org, corbet@lwn.net, Diego Viola Subject: [PATCH TRIVIAL] README: Fix grammar mistake Date: Tue, 19 Jan 2016 23:26:37 -0200 Message-Id: <1453253197-441-1-git-send-email-diego.viola@gmail.com> X-Mailer: git-send-email 2.7.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Diego Viola --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f4756ee..dc5a102 100644 --- a/README +++ b/README @@ -125,7 +125,7 @@ BUILD directory for the kernel: When compiling the kernel, all output files will per default be stored together with the kernel source code. - Using the option "make O=output/dir" allow you to specify an alternate + Using the option "make O=output/dir" allows you to specify an alternate place for the output files (including .config). Example: -- 2.7.0