From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751222AbWG0EFf (ORCPT ); Thu, 27 Jul 2006 00:05:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751260AbWG0EFe (ORCPT ); Thu, 27 Jul 2006 00:05:34 -0400 Received: from xenotime.net ([66.160.160.81]:65419 "HELO xenotime.net") by vger.kernel.org with SMTP id S1751222AbWG0EFe (ORCPT ); Thu, 27 Jul 2006 00:05:34 -0400 Date: Wed, 26 Jul 2006 21:08:15 -0700 From: "Randy.Dunlap" To: Matt LaPlante Cc: linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH 18-rc2] Fix "can not" in Documentation and Kconfig Message-Id: <20060726210815.0fbfc012.rdunlap@xenotime.net> In-Reply-To: <20060726192029.173c89b6.kernel1@cyberdogtech.com> References: <20060726192029.173c89b6.kernel1@cyberdogtech.com> Organization: YPO4 X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.3; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 26 Jul 2006 19:20:29 -0400 Matt LaPlante wrote: > Randy brought it to my attention that in proper english "can not" should always be written "cannot". I donot see any reason to argue, even if I mightnot understand why this rule exists. This patch fixes "can not" in several Documentation files as well as three Kconfigs. > > Signed-off-by: Matt LaPlante > -- Thanks, Matt. Acked-by: Randy Dunlap --- ~Randy