diff options
| author | AKSUM <51446624+AKSUMRUS@users.noreply.github.com> | 2024-03-31 10:08:28 +0300 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-04-03 12:37:00 +0000 |
| commit | 51c4dcff83b0574620c280cc5130ef59cc4a2e32 (patch) | |
| tree | e2c3e127b6c3ef11e2c410548ec07c39f853bc62 /syz-verifier | |
| parent | fed899ed4a625d124a881a2da67430be5d15325c (diff) | |
syz-verifier: fix a typo in comments
Diffstat (limited to 'syz-verifier')
| -rw-r--r-- | syz-verifier/monitoring_api.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
