summaryrefslogtreecommitdiff
path: root/src/mongo/db/dur.h
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2012-10-14 03:57:18 +0000
committerTad Marshall <tad@10gen.com>2012-10-14 12:48:21 -0400
commit39e0e4af9ed4a6e8d2e158c699a89a2281c1b8bb (patch)
treef1ea7210c6f52f0ac15a56109f009706ebe414c7 /src/mongo/db/dur.h
parent918a14c42a9156086578c28e1a7311c564aac2b3 (diff)
downloadmongo-39e0e4af9ed4a6e8d2e158c699a89a2281c1b8bb.tar.gz
Fixed typos
Signed-off-by: Tad Marshall <tad@10gen.com>
Diffstat (limited to 'src/mongo/db/dur.h')
-rw-r--r--src/mongo/db/dur.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dur.h b/src/mongo/db/dur.h
index 9914264c83e..8c98ccff4f2 100644
--- a/src/mongo/db/dur.h
+++ b/src/mongo/db/dur.h
@@ -95,7 +95,7 @@ namespace mongo {
/** Commit if enough bytes have been modified. Current threshold is 50MB
- The idea is that long running write operations that dont yield
+ The idea is that long running write operations that don't yield
(like creating an index or update with $atomic) can call this
whenever the db is in a sane state and it will prevent commits
from growing too large.