diff --git a/src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs b/src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs
index f62a0982b6..46b9eb8b4c 100644
--- a/src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs
+++ b/src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs
@@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Hosting
public static class WebHostBuilderHttpSysExtensions
{
///
- /// Specify HttpSys as the server to be used by the web host.
+ /// Specify Http.sys as the server to be used by the web host.
///
///
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
@@ -41,13 +41,13 @@ namespace Microsoft.AspNetCore.Hosting
}
///
- /// Specify HttpSys as the server to be used by the web host.
+ /// Specify Http.sys as the server to be used by the web host.
///
///
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
///
///
- /// A callback to configure HttpSys options.
+ /// A callback to configure Http.sys options.
///
///
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder.