summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-02-03 11:52:05 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-02-03 11:52:05 +1100
commit3f58152c06899d3212b40af154081a40cc88177b (patch)
tree325b1140d5e86292d23629480aa9b3849cc46b84
parent1bb30927ce6366f786c25f04eb1ef6100a2a3ab7 (diff)
downloadmongo-3f58152c06899d3212b40af154081a40cc88177b.tar.gz
Fix grammar error in upgrading documentation.
-rw-r--r--src/docs/upgrading.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index 5fe7b98665d..e59b031a1ff 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -25,9 +25,9 @@ In the 2.1 release of WiredTiger the ::wiredtiger_open \c transaction_sync
configuration setting default value has changed from "dsync" to "fsync".
This is due to enhancements to the group commit implementation in
WiredTiger - which mean that greater throughput can be achieved with
-explicit "fsync" calls than by enabling "dsync" on a file handle. Single
-threaded application may see greater throughput with transaction_sync set
-to "dsync".
+explicit "fsync" calls than by enabling "dsync" on a file handle.
+Applications that don't execute concurrent transactions may see better
+throughput with transaction_sync set to "dsync".
</dd>
@section version_20 Upgrading to Version 2.0