aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/glossary.md
diff options
context:
space:
mode:
authorGravatar andrey-zelenkov <xim.andrew@gmail.com>2016-12-20 18:08:31 +0400
committerGravatar inferno-chromium <inferno@chromium.org>2016-12-20 06:08:31 -0800
commit4350dec38edb3835a3981dfce603e67411115b03 (patch)
tree2c9d2712b21fa5ed1ba3e7868cb789bd32fd8e5d /docs/glossary.md
parenta4a436883b3c71a75b2da9b536fefa73eb62b466 (diff)
Update glossary.md (#209)
Diffstat (limited to 'docs/glossary.md')
-rw-r--r--docs/glossary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.md b/docs/glossary.md
index 506b1944..86f7c0a5 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -28,7 +28,7 @@ a [fuzzer build](#job-type).
## Fuzzing Engine
A tool that tries to find interesting inputs for a [fuzz target](#fuzz-target) by executing it.
-Examples: [libFuzzer](http://lbfuzzer.info),
+Examples: [libFuzzer](http://libfuzzer.info),
[AFL](lcamtuf.coredump.cx/afl/),
[honggfuzz](https://github.com/google/honggfuzz), etc