mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Fix typo in comment in PcodeOp.java: 'peices' -> 'pieces'
This commit is contained in:
parent
ca95fc222d
commit
0d4ad7502a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ public class PcodeOp {
|
|||
// translation.
|
||||
public static final int MULTIEQUAL = 60; // Output equal to one of inputs, depending on execution
|
||||
public static final int INDIRECT = 61; // Output probably equals input, but may be indirectly affected
|
||||
public static final int PIECE = 62; // Output is constructed from multiple peices
|
||||
public static final int PIECE = 62; // Output is constructed from multiple pieces
|
||||
public static final int SUBPIECE = 63; // Output is a subpiece of input0, input1=offset into input0
|
||||
|
||||
public static final int CAST = 64; // Cast from one type to another
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue