diff --git a/src/Build/BackEnd/BuildManager/BuildManager.cs b/src/Build/BackEnd/BuildManager/BuildManager.cs
index d5b65f9d28f..4490bd07609 100644
--- a/src/Build/BackEnd/BuildManager/BuildManager.cs
+++ b/src/Build/BackEnd/BuildManager/BuildManager.cs
@@ -2501,10 +2501,10 @@ private void HandleNodeShutdown(int node, NodeShutdown shutdownPacket)
}
///
- /// Report the received to the .
+ /// Report the received to the file access manager.
///
/// The id of the node from which the was received.
- /// The file access to report to the .
+ /// The file access report.
private void HandleFileAccessReport(int nodeId, FileAccessReport fileAccessReport)
{
#if FEATURE_REPORTFILEACCESSES
@@ -2516,10 +2516,10 @@ private void HandleFileAccessReport(int nodeId, FileAccessReport fileAccessRepor
}
///
- /// Report the received to the .
+ /// Report the received to the file access manager.
///
/// The id of the node from which the was received.
- /// The process data to report to the .
+ /// The process data report.
private void HandleProcessReport(int nodeId, ProcessReport processReport)
{
#if FEATURE_REPORTFILEACCESSES