diff options
Diffstat (limited to 'syz-verifier/exectask.go')
| -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 |
