aboutsummaryrefslogtreecommitdiff
path: root/crates/nasm
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nasm')
-rw-r--r--crates/nasm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/nasm/README.md b/crates/nasm/README.md
index 6283f72..775ee7a 100644
--- a/crates/nasm/README.md
+++ b/crates/nasm/README.md
@@ -78,7 +78,7 @@ nasm-specific code. See below.
#### The `__fallthrough__` pseudo-instruction
It's a [well-known
-optimizaion](https://www.nesdev.org/wiki/6502_assembly_optimisations) to avoid
+optimization](https://www.nesdev.org/wiki/6502_assembly_optimisations) to avoid
`jsr` + `rts` chains, and that's why programmers usually change `jsr` with `jmp`
in cases such as this: