diff --git a/src/client/Microsoft.Identity.Client/Http/IHttpManager.cs b/src/client/Microsoft.Identity.Client/Http/IHttpManager.cs
index 835631a63c..bceb90df5e 100644
--- a/src/client/Microsoft.Identity.Client/Http/IHttpManager.cs
+++ b/src/client/Microsoft.Identity.Client/Http/IHttpManager.cs
@@ -25,11 +25,11 @@ internal interface IHttpManager
/// Http method.
/// Logger from the request context.
/// Flag to decide if MsalServiceException is thrown or the response is returned in case of 5xx errors.
- /// Flag to indicate whether the retries are performed in for specific failures.
/// Certificate used for MTLS authentication.
/// Custom http client which bypasses the HttpClientFactory.
/// This is needed for service fabric managed identity where a cert validation callback is added to the handler.
///
+ /// Number of retries to be attempted in case of retriable status codes.
///
Task SendRequestAsync(
Uri endpoint,