summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2011-01-03 14:05:56 -0500
committerDwight <dwight@10gen.com>2011-01-03 14:05:56 -0500
commit28a558b2135d00ccc91aebed2586c0cfadd0e250 (patch)
treeed84b6b5c85c89970ce7633b46c757cbc6489f8b /db/dbcommands.cpp
parent04b0d4366a504b54bb8159fbe0cfa5bfce1bd857 (diff)
downloadmongo-28a558b2135d00ccc91aebed2586c0cfadd0e250.tar.gz
dur fix potential await issue
Diffstat (limited to 'db/dbcommands.cpp')
-rw-r--r--db/dbcommands.cpp2
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() );
}
}