svn commit: r236313 - head/sys/fs/nfsclient

Konstantin Belousov kib at FreeBSD.org
Wed May 30 14:00:23 UTC 2012


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.


More information about the svn-src-head mailing list