Bug 1717447 - docs: fix a typo r=linter-reviewers,marco DONTBUILD

Depends on D118293

Differential Revision: https://phabricator.services.mozilla.com/D118294
This commit is contained in:
Sylvestre Ledru
2021-06-21 15:29:11 +00:00
parent 6dddc644b2
commit 904dc9c5b5

View File

@@ -266,7 +266,7 @@ It is possible to change the interrupt code in memory (which causes you
to break into debugger) to be a NOP (no operation).
You do this by running the program in the debugger until you hit an
assertion. You should see some assembly code. One assemly code
assertion. You should see some assembly code. One assembly code
instruction reads "int 3". Check the memory address for that line. Now
open memory view. Type/copy/drag the memory address of "int 3" into the
memory view to get it to update on that part of the memory. Change the