Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/guide/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading