aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-04-30 11:26:39 +0200
committerAleksandr Nogikh <nogikh@google.com>2024-04-30 09:37:25 +0000
commit3cb29304a70ed8bfe2c7bab38a40e87f57eb439a (patch)
tree6eb360b363da16b685986dfc0c5b2d61646b5a12 /docs
parent9232148686b36aed88151c1bf82b1a1294d76f37 (diff)
docs: remove outdated architecture description
syz-fuzzer no longer generates programs.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals.md b/docs/internals.md
index 6ee44bfe3..7d192b738 100644
--- a/docs/internals.md
+++ b/docs/internals.md
@@ -31,7 +31,7 @@ written in C++, compiled as static binary and uses shared memory for communicati
## Syscall descriptions
-The `syz-fuzzer` process generates programs to be executed by `syz-executor` based on syscall descriptions described [here](syscall_descriptions.md).
+The `syz-manager` process generates programs based on syscall descriptions described [here](syscall_descriptions.md).
## Coverage