chore: fix function names in comment

Signed-off-by: looklose <shishuaiqun@yeah.net>
This commit is contained in:
looklose
2024-04-10 19:40:42 +08:00
parent 6f36ebc06c
commit 9f319d5c51
2 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ func (s *Server) logQuery(dctx *dnsContext, ip net.IP, processingTime time.Durat
s.queryLog.Add(p)
}
// updatesStats writes the request into statistics.
// updateStats writes the request into statistics.
func (s *Server) updateStats(dctx *dnsContext, clientIP string, processingTime time.Duration) {
pctx := dctx.proxyCtx