aboutsummaryrefslogtreecommitdiffstats
path: root/docs/internals.md
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-08-19 15:53:14 +0200
committerTaras Madan <tarasmadan@google.com>2025-08-19 14:17:01 +0000
commit0773c4252b9eda702503351c75aca73526a13b6c (patch)
tree3a9ea716de1a24261099d001a093f6291f3977c8 /docs/internals.md
parent7247b5c7fccc4b0e6008504269cb3537fcbdf93a (diff)
docs: fix misspellings
Gemini CLI experiments side effect.
Diffstat (limited to 'docs/internals.md')
-rw-r--r--docs/internals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals.md b/docs/internals.md
index 56802da34..beebfef62 100644
--- a/docs/internals.md
+++ b/docs/internals.md
@@ -19,7 +19,7 @@ red labels indicate corresponding configuration options.
It runs on a host with a stable kernel which does not experience white-noise fuzzer load.
`syz-manager` starts `syz-executor` processes (one inside each VM).
-`syz-executor`s comminucate with `syz-manager` over RPC to receive the programs
+`syz-executor`s communicate with `syz-manager` over RPC to receive the programs
that must be executed and to report back the results (error statuses, collected coverage, etc.).
To execute programs, `syz-executor` starts transient subprocesses.