mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
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:
parent
59f7b60a37
commit
cad1e86848
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue