diff options
author | Dwight <dwight@10gen.com> | 2011-01-03 14:05:56 -0500 |
---|---|---|
committer | Dwight <dwight@10gen.com> | 2011-01-03 14:05:56 -0500 |
commit | 28a558b2135d00ccc91aebed2586c0cfadd0e250 (patch) | |
tree | ed84b6b5c85c89970ce7633b46c757cbc6489f8b /db/dbcommands.cpp | |
parent | 04b0d4366a504b54bb8159fbe0cfa5bfce1bd857 (diff) | |
download | mongo-28a558b2135d00ccc91aebed2586c0cfadd0e250.tar.gz |
dur fix potential await issue
Diffstat (limited to 'db/dbcommands.cpp')
-rw-r--r-- | db/dbcommands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dbcommands.cpp b/db/dbcommands.cpp index e116de03b5c..b40fd891868 100644 --- a/db/dbcommands.cpp +++ b/db/dbcommands.cpp @@ -133,7 +133,7 @@ namespace mongo { result.append( "fsyncFiles" , MemoryMappedFile::flushAll( true ) ); } else { - // this perhpas is temp. how long we wait for the group commit to occur. + // this perhaps is temp. how long we wait for the group commit to occur. result.append( "waited", t.millis() ); } } |