chore: fix minor issue in comment (#7140)

Signed-off-by: pingshuijie <pingshuijie@outlook.com>
This commit is contained in:
Ping Shuijie 2025-07-22 19:27:36 +08:00 committed by GitHub
parent 8ba7eefd07
commit 6de2c9e135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -946,7 +946,7 @@ func (h adminHandler) originAllowed(origin *url.URL) bool {
return false
}
// etagHasher returns a the hasher we used on the config to both
// etagHasher returns the hasher we used on the config to both
// produce and verify ETags.
func etagHasher() hash.Hash { return xxhash.New() }