diff options
| author | AKSUM <51446624+AKSUMRUS@users.noreply.github.com> | 2024-03-14 16:27:13 +0300 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-03-14 14:56:38 +0000 |
| commit | d615901c739a765329b688494cee2f8e1b5037cb (patch) | |
| tree | ccdfd465deda632c59d2ffa61894110792dc486c /syz-verifier | |
| parent | 22f64af6085fe9bfe5fbdce48ec033b0c31c1ffd (diff) | |
syz-verifier: fix a typo in comments
Diffstat (limited to 'syz-verifier')
| -rw-r--r-- | syz-verifier/exectask.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
