File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -976,7 +976,7 @@ impl HighLevelILInstruction {
976976 fn lift_operand ( & self , expr_idx : usize ) -> Box < HighLevelILLiftedInstruction > {
977977 // TODO: UGH, if your gonna call it expr_idx, call the instruction and expression!!!!!
978978 // TODO: We dont even need to say instruction in the type!
979- // TODO: IF you want to have an instruction type, there needs to be a seperate expression type
979+ // TODO: IF you want to have an instruction type, there needs to be a separate expression type
980980 // TODO: See the lowlevelil module.
981981 let expr_idx_is_really_instr_idx = HighLevelInstructionIndex ( expr_idx) ;
982982 let operand_instr = self
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pub enum HighLevelILLiftedOperand {
2323
2424// TODO: UGH, if your gonna call it expr_idx, call the instruction and expression!!!!!
2525// TODO: We dont even need to say instruction in the type!
26- // TODO: IF you want to have an instruction type, there needs to be a seperate expression type
26+ // TODO: IF you want to have an instruction type, there needs to be a separate expression type
2727// TODO: See the lowlevelil module.
2828#[ derive( Clone , Debug , PartialEq ) ]
2929pub struct HighLevelILLiftedInstruction {
Original file line number Diff line number Diff line change @@ -1453,7 +1453,7 @@ impl MediumLevelILInstruction {
14531453 fn lift_operand ( & self , expr_idx : usize ) -> Box < MediumLevelILLiftedInstruction > {
14541454 // TODO: UGH, if your gonna call it expr_idx, call the instruction and expression!!!!!
14551455 // TODO: We dont even need to say instruction in the type!
1456- // TODO: IF you want to have an instruction type, there needs to be a seperate expression type
1456+ // TODO: IF you want to have an instruction type, there needs to be a separate expression type
14571457 // TODO: See the lowlevelil module.
14581458 let expr_idx_is_really_instr_idx = MediumLevelInstructionIndex ( expr_idx) ;
14591459 let operand_instr = self
You can’t perform that action at this time.
0 commit comments