From 89ce9a35da9c8e6cfe3d659aa49b6d0dcfa7a316 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Mon, 21 Nov 2016 18:10:00 -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 9ba481cfc..647ae4d7f 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -43,7 +43,7 @@ A [ClusterFuzz](clusterfuzz.md) specific term. This refers to a build of all fuz in a specific build mode (e.g. with enabled or disabled assertions), optionally combined with a [sanitizer](#sanitizer). -For example, we have an "libfuzzer_asan_sqlite" job type, indicating sqlite3 fuzz target builds using libFuzzer and ASan. +For example, we have a "libfuzzer_asan_sqlite" job type, indicating a build of all sqlite3 fuzz target using libFuzzer and ASan. ## Test Input A sequence of bytes that is used as the input to a Fuzz Target.