summaryrefslogtreecommitdiff
path: root/src/mongo/util/stringutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/stringutils.h')
-rw-r--r--src/mongo/util/stringutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/stringutils.h b/src/mongo/util/stringutils.h
index 52ef1675e2a..dc9110fc112 100644
--- a/src/mongo/util/stringutils.h
+++ b/src/mongo/util/stringutils.h
@@ -40,7 +40,7 @@
namespace mongo {
-// see also mongoutils/str.h - perhaps move these there?
+// see also mongo/util/str.h - perhaps move these there?
// see also text.h
void splitStringDelim(const std::string& str, std::vector<std::string>* res, char delim);