Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2012 14:00:23 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r236313 - head/sys/fs/nfsclient
Message-ID:  <201205301400.q4UE0NlQ056010@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed May 30 14:00:23 2012
New Revision: 236313
URL: http://svn.freebsd.org/changeset/base/236313

Log:
  Capitalize start of sentence.
  
  MFC after:	3 days

Modified:
  head/sys/fs/nfsclient/nfs_clbio.c

Modified: head/sys/fs/nfsclient/nfs_clbio.c
==============================================================================
--- head/sys/fs/nfsclient/nfs_clbio.c	Wed May 30 13:58:01 2012	(r236312)
+++ head/sys/fs/nfsclient/nfs_clbio.c	Wed May 30 14:00:23 2012	(r236313)
@@ -1178,7 +1178,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?201205301400.q4UE0NlQ056010>