From owner-cvs-all@FreeBSD.ORG Wed Aug 2 00:19:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1297416A4DA; Wed, 2 Aug 2006 00:19:23 +0000 (UTC) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.twinthornes.com (mail.twinthornes.com [65.75.198.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id A306143D46; Wed, 2 Aug 2006 00:19:20 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from [10.242.169.22] (c-67-171-135-169.hsd1.or.comcast.net [67.171.135.169]) by mail.twinthornes.com (Postfix) with ESMTP id 7F715F7C; Tue, 1 Aug 2006 17:19:19 -0700 (PDT) Message-ID: <44CFEF87.8010005@bitfreak.org> Date: Tue, 01 Aug 2006 17:19:19 -0700 From: Darren Pilgrim User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200608012317.k71NHXIF060435@repoman.freebsd.org> In-Reply-To: <200608012317.k71NHXIF060435@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 00:19:23 -0000 Pawel Jakub Dawidek wrote: > pjd 2006-08-01 23:17:33 UTC > > FreeBSD src repository > > Modified files: > sys/geom/mirror g_mirror.c > sys/geom/raid3 g_raid3.c > Log: > Don't use f-word in comments. We are gentlemans. There's a typo two lines down in both files: * If there were writes, device is broken, sorry. * I think the best choice here is don't touch - * this disk and inform the user laudly. + * this disk and inform the user loudly. */ I'll submit a PR if so asked. -- Darren Pilgrim