summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_last_error_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/cluster_last_error_info.h')
-rw-r--r--src/mongo/s/cluster_last_error_info.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/s/cluster_last_error_info.h b/src/mongo/s/cluster_last_error_info.h
index e1a912bfee2..0a25b9732f8 100644
--- a/src/mongo/s/cluster_last_error_info.h
+++ b/src/mongo/s/cluster_last_error_info.h
@@ -104,8 +104,9 @@ namespace mongo {
};
/**
- * Looks for $gleStats in a command response, and fills in ClientInfo with the data,
- * if found.
+ * Looks for $gleStats in a command response, and fills in the ClusterLastErrorInfo for this
+ * thread's associated Client with the data, if found.
+ *
* This data will be used by subsequent GLE calls, to ensure we look for the correct
* write on the correct PRIMARY.
* result: the result from calling runCommand