Skip to content

Commit 84632c6

Browse files
authored
Merge pull request #1367 from pikammmmm/fix/typo-indenpendent
Fix `indenpendent` -> `independent` typo in glossary
2 parents f6f6313 + 9b5df47 commit 84632c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/guide/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ program_start: push ebp
2222
discover.
2323

2424
### Intermediate representation
25-
Intermediate representation (IR) is a machine-indenpendent representation of executable code.
25+
Intermediate representation (IR) is a machine-independent representation of executable code.
2626
Reko converts machine code from different architectures into this representation so that it can
2727
use common algorithms during the decompilation process.
2828

0 commit comments

Comments
 (0)