Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2012 12:26:14 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r236448 - stable/8/sys/fs/nfsclient
Message-ID:  <201206021226.q52CQEau088804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206021226.q52CQEau088804>