svn commit: r236448 - stable/8/sys/fs/nfsclient

Konstantin Belousov kib at FreeBSD.org
Sat Jun 2 12:26:14 UTC 2012


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.


More information about the svn-src-all mailing list