From d615901c739a765329b688494cee2f8e1b5037cb Mon Sep 17 00:00:00 2001 From: AKSUM <51446624+AKSUMRUS@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:27:13 +0300 Subject: syz-verifier: fix a typo in comments --- syz-verifier/exectask.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syz-verifier/exectask.go b/syz-verifier/exectask.go index e7e366d49..77ccf1cb5 100644 --- a/syz-verifier/exectask.go +++ b/syz-verifier/exectask.go @@ -24,7 +24,7 @@ const ( ) // ExecTask is the atomic analysis entity. Once executed, it could trigger the -// pipeline propagation fof the program. +// pipeline propagation for the program. type ExecTask struct { CreationTime time.Time Program *prog.Prog -- cgit mrf-deployment