summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-04-20 12:05:10 -0400
committerEliot Horowitz <eliot@10gen.com>2011-06-09 00:22:28 -0400
commit817ee028fe6df84b7f342fefecb20f622b506287 (patch)
treeaad24b9e9fd1023add8ce89d4f69c0849faebbd7
parent7aea274ad42aa71dc978239c46b22dd8d6a98cdb (diff)
downloadmongo-817ee028fe6df84b7f342fefecb20f622b506287.tar.gz
typo
-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;