Update glossary.md

This commit is contained in:
Kostya Serebryany 2016-11-30 10:33:45 -08:00 committed by GitHub
parent 4284f1df51
commit 86ca1ed337
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ For example, we have a "libfuzzer_asan_sqlite" job type, indicating a build of a
## Mutation Engine
A tool that take a set of testcases as input and creates their mutated versions.
A tool that takes a set of testcases as input and creates their mutated versions.
It is just a generator and does not feed the mutations to [fuzz target](#fuzz-target).
Example: [radamsa](https://github.com/aoh/radamsa) (a generic test mutator).