summaryrefslogtreecommitdiff
path: root/src/mongo/db/nonce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/nonce.cpp')
-rw-r--r--src/mongo/db/nonce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/nonce.cpp b/src/mongo/db/nonce.cpp
index 28b64e8c25c..ca794a98852 100644
--- a/src/mongo/db/nonce.cpp
+++ b/src/mongo/db/nonce.cpp
@@ -80,7 +80,7 @@ namespace mongo {
}
nonce64 Security::getNonceDuringInit() {
- // the mutex might not be inited yet. init phase should be one thread anyway (hopefully we don't spawn threads therein)
+ // the mutex might not be initialized yet. init phase should be one thread anyway (hopefully we don't spawn threads therein)
if( !security._initialized )
security.init();
return security.__getNonce();