svn commit: r236446 - stable/9/sys/fs/nfsclient

Konstantin Belousov kib at FreeBSD.org
Sat Jun 2 11:44:50 UTC 2012


Author: kib
Date: Sat Jun  2 11:44:50 2012
New Revision: 236446
URL: http://svn.freebsd.org/changeset/base/236446

Log:
  MFC r236313:
  Capitalize start of sentence.

Modified:
  stable/9/sys/fs/nfsclient/nfs_clbio.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/fs/   (props changed)

Modified: stable/9/sys/fs/nfsclient/nfs_clbio.c
==============================================================================
--- stable/9/sys/fs/nfsclient/nfs_clbio.c	Sat Jun  2 11:39:40 2012	(r236445)
+++ stable/9/sys/fs/nfsclient/nfs_clbio.c	Sat Jun  2 11:44:50 2012	(r236446)
@@ -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.


More information about the svn-src-stable-9 mailing list