aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-05-30 14:00:23 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-05-30 14:00:23 +0000
commit6eec26f5ad162029b4b510f333114a609edbe094 (patch)
tree101501e306ea080b2ea255dac581d24ec1006ea2 /sys/fs
parentc83f909ce7ba66d2414cdb494de505ae38a25a43 (diff)
downloadsrc-6eec26f5ad162029b4b510f333114a609edbe094.tar.gz
src-6eec26f5ad162029b4b510f333114a609edbe094.zip
Capitalize start of sentence.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=236313
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfsclient/nfs_clbio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfsclient/nfs_clbio.c b/sys/fs/nfsclient/nfs_clbio.c
index fa9636b0db37..153f81a007b9 100644
--- a/sys/fs/nfsclient/nfs_clbio.c
+++ b/sys/fs/nfsclient/nfs_clbio.c
@@ -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.