summaryrefslogtreecommitdiff
path: root/src/mongo/platform/process_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/platform/process_id.h')
-rw-r--r--src/mongo/platform/process_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/platform/process_id.h b/src/mongo/platform/process_id.h
index 186a0016f85..31a85680260 100644
--- a/src/mongo/platform/process_id.h
+++ b/src/mongo/platform/process_id.h
@@ -94,7 +94,7 @@ namespace mongo {
uint32_t asUInt32() const { return static_cast<uint32_t>(_npid); }
/**
- * Provides a string representation of the pid.
+ * Provides a std::string representation of the pid.
*/
std::string toString() const;