From owner-svn-src-stable-8@FreeBSD.ORG Sat Jun 2 12:26:14 2012 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AD071065672; Sat, 2 Jun 2012 12:26:14 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 858AD8FC15; Sat, 2 Jun 2012 12:26:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q52CQEel088806; Sat, 2 Jun 2012 12:26:14 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q52CQEau088804; Sat, 2 Jun 2012 12:26:14 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201206021226.q52CQEau088804@svn.freebsd.org> From: Konstantin Belousov Date: Sat, 2 Jun 2012 12:26:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236448 - stable/8/sys/fs/nfsclient X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2012 12:26:14 -0000 Author: kib Date: Sat Jun 2 12:26:14 2012 New Revision: 236448 URL: http://svn.freebsd.org/changeset/base/236448 Log: MFC r236313: Capitalize start of sentence. Modified: stable/8/sys/fs/nfsclient/nfs_clbio.c Directory Properties: stable/8/sys/ (props changed) Modified: stable/8/sys/fs/nfsclient/nfs_clbio.c ============================================================================== --- stable/8/sys/fs/nfsclient/nfs_clbio.c Sat Jun 2 12:22:20 2012 (r236447) +++ stable/8/sys/fs/nfsclient/nfs_clbio.c Sat Jun 2 12:26:14 2012 (r236448) @@ -1165,7 +1165,7 @@ again: * significant cache coherency problems with multiple clients, * especially if locking is implemented later on. * - * as an optimization we could theoretically maintain + * As an optimization we could theoretically maintain * a linked list of discontinuous areas, but we would still * have to commit them separately so there isn't much * advantage to it except perhaps a bit of asynchronization.