summaryrefslogtreecommitdiff
path: root/service/http/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/http/config.go')
-rw-r--r--service/http/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/config.go b/service/http/config.go
index ff15e83e..ba3e6300 100644
--- a/service/http/config.go
+++ b/service/http/config.go
@@ -94,7 +94,7 @@ func (c *Config) EnableHTTP2() bool {
return c.HTTP2.Enabled
}
-// EnableH2С when HTTP/2 extension must be enabled on TCP.
+// EnableH2C when HTTP/2 extension must be enabled on TCP.
func (c *Config) EnableH2C() bool {
return c.HTTP2.H2C
}