diff --git a/docs/glossary.md b/docs/glossary.md index 13b31e89d..506b19448 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -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).