Merge branch 'GP-0_ryanmkurtz_PR-6978_hippietrail_typo'

This commit is contained in:
Ryan Kurtz 2024-10-01 09:10:57 -04:00
commit 79f2d35d9b

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>