From 51c4dcff83b0574620c280cc5130ef59cc4a2e32 Mon Sep 17 00:00:00 2001 From: AKSUM <51446624+AKSUMRUS@users.noreply.github.com> Date: Sun, 31 Mar 2024 10:08:28 +0300 Subject: syz-verifier: fix a typo in comments --- syz-verifier/monitoring_api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syz-verifier/monitoring_api.go b/syz-verifier/monitoring_api.go index 3b082c264..50cef162b 100644 --- a/syz-verifier/monitoring_api.go +++ b/syz-verifier/monitoring_api.go @@ -52,7 +52,7 @@ type statsJSON struct { AverExecSpeed uint64 } -// handleStats renders the statsJSON object. +// renderStats renders the statsJSON object. func (monitor *Monitor) renderStats() interface{} { stats := monitor.externalStats -- cgit mrf-deployment