From a67e9acb7e2dc365cb2269f775ed16dc61b6531c Mon Sep 17 00:00:00 2001 From: David Federman Date: Mon, 28 Aug 2023 12:36:00 -0700 Subject: [PATCH] Fix build --- src/Build/BackEnd/BuildManager/BuildManager.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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