From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932307Ab2LHAR1 (ORCPT ); Fri, 7 Dec 2012 19:17:27 -0500 Received: from mail-ye0-f174.google.com ([209.85.213.174]:61201 "EHLO mail-ye0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757270Ab2LHARZ convert rfc822-to-8bit (ORCPT ); Fri, 7 Dec 2012 19:17:25 -0500 Date: Fri, 07 Dec 2012 18:17:21 -0600 From: Rob Landley Subject: Re: [PATCH] HOWTO: fix double words typo To: Cristian Stoica Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org, Cristian Stoica References: <1354891031-4924-1-git-send-email-cristian.stoica@freescale.com> In-Reply-To: <1354891031-4924-1-git-send-email-cristian.stoica@freescale.com> (from cristian.stoica@freescale.com on Fri Dec 7 08:37:11 2012) X-Mailer: Balsa 2.4.11 Message-Id: <1354925841.20497.3@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/07/2012 08:37:11 AM, Cristian Stoica wrote: > Signed-off-by: Cristian Stoica Acked-by: Rob Landley > --- > Documentation/HOWTO | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/HOWTO b/Documentation/HOWTO > index 59c080f..a9f288f 100644 > --- a/Documentation/HOWTO > +++ b/Documentation/HOWTO > @@ -462,7 +462,7 @@ Differences between the kernel community and > corporate structures > > The kernel community works differently than most traditional > corporate > development environments. Here are a list of things that you can > try to > -do to try to avoid problems: > +do to avoid problems: > Good things to say regarding your proposed changes: > - "This solves multiple problems." > - "This deletes 2000 lines of code." > -- > 1.7.8.6 > > > >