diff --git a/docs/glossary.md b/docs/glossary.md
index c13155c13..3aea783ad 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -6,7 +6,7 @@ Naming things is hard.
This page tries to reduce confusion around fuzz-related terminology.
## Fuzz Target
-Or **Target Function** or **Fuzzing Target Function**.
+Or **Target Function** or **Fuzzing Target Function**, or **Fuzzing Entry Point**.
A function to which we apply fuzzing.
A [specific signature](http://libfuzzer.info#fuzz-target) must be used for OSS-Fuzz.
Examples: [openssl](https://github.com/openssl/openssl/blob/master/fuzz/x509.c),