diff --git a/compiler/gen_dev/src/generic64/mod.rs b/compiler/gen_dev/src/generic64/mod.rs index 3d8c041776..734d862435 100644 --- a/compiler/gen_dev/src/generic64/mod.rs +++ b/compiler/gen_dev/src/generic64/mod.rs @@ -69,7 +69,7 @@ pub struct Backend64Bit<'a, GPReg: GPRegTrait, ASM: Assembler, CC: CallCo literal_map: MutMap>, // This should probably be smarter than a vec. - // There are certain registers we should always use first. With pushing and poping, this could get mixed. + // There are certain registers we should always use first. With pushing and popping, this could get mixed. gp_free_regs: Vec<'a, GPReg>, // The last major thing we need is a way to decide what reg to free when all of them are full.