From 86ca1ed3375543483a7f8f565ffaff1b4f36561d Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 30 Nov 2016 10:33:45 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).