summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/version.cpp b/util/version.cpp
index c952d1d2665..35b64157c5d 100644
--- a/util/version.cpp
+++ b/util/version.cpp
@@ -122,7 +122,7 @@ namespace mongo {
if (!startsWith(space+1, "interleave")){
cout << endl;
- cout << "** WARNING: You are running in on a NUMA machine." << endl;
+ cout << "** WARNING: You are running on a NUMA machine." << endl;
cout << "** We suggest launching mongod like this to avoid performance problems:" << endl;
cout << "** numactl --interleave=all mongod [other options]" << endl;
warned = true;