missing word in docs

When disassembling an instruction at a particular, the disassembler checks
->
When disassembling an instruction at a particular address, the disassembler checks
This commit is contained in:
Andrew Dunbar 2024-09-30 12:47:32 +07:00 committed by GitHub
parent 59f7b60a37
commit cad1e86848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ define alignment=<span class="bold"><strong>integer</strong></span>;
<p>
This specifies the byte alignment of instructions within their address
space. It defaults to 1 or no alignment. When disassembling an
instruction at a particular, the disassembler checks the alignment of
instruction at a particular address, the disassembler checks the alignment of
the address against this value and can opt to flag an unaligned
instruction as an error.
</p>