diff --git a/doc/guide/glossary.md b/doc/guide/glossary.md index f7ec5abd2d..23b80ee00a 100644 --- a/doc/guide/glossary.md +++ b/doc/guide/glossary.md @@ -22,7 +22,7 @@ program_start: push ebp discover. ### Intermediate representation - Intermediate representation (IR) is a machine-indenpendent representation of executable code. + Intermediate representation (IR) is a machine-independent representation of executable code. Reko converts machine code from different architectures into this representation so that it can use common algorithms during the decompilation process.