aboutsummaryrefslogtreecommitdiff
path: root/crates/nasm/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-08-18 16:53:17 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-08-18 16:53:17 +0200
commit104329a6c66db3a0db73414a254180f89a65b62d (patch)
tree69db8efac89191c9e885259d052cf6e43820244c /crates/nasm/README.md
parent34339ecae6c4d3284a099d34f09674b4c8bdfd62 (diff)
downloadtools.nes-104329a6c66db3a0db73414a254180f89a65b62d.tar.gz
tools.nes-104329a6c66db3a0db73414a254180f89a65b62d.zip
nasm: fix typo on the README
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'crates/nasm/README.md')
-rw-r--r--crates/nasm/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/nasm/README.md b/crates/nasm/README.md
index 1cfea8f..0eaf854 100644
--- a/crates/nasm/README.md
+++ b/crates/nasm/README.md
@@ -378,8 +378,8 @@ in that 'jsr' instruction will point to something else entirely. This would be
similar to a use-after-free bug.
This is something that can only be inspected at runtime, and so the assembler
-cannot be of much help here. Hence, this commit adds a warning so the programmer
-can understand the potentially dangerous operation.
+cannot be of much help here. Hence, `nasm` adds a warning so the programmer can
+understand the potentially dangerous operation.
All of that being said, this assembler also adds support for "asan:safe" or
"check:safe", which is a magic comment that the programmer can write to