diff --git a/OSBindings/Mac/Clock SignalTests/8088Tests.mm b/OSBindings/Mac/Clock SignalTests/8088Tests.mm index 2664ef699..d5a84da74 100644 --- a/OSBindings/Mac/Clock SignalTests/8088Tests.mm +++ b/OSBindings/Mac/Clock SignalTests/8088Tests.mm @@ -285,7 +285,7 @@ struct Memory { } // An additional entry point for the flow controller; on the original 8086 interrupt vectors aren't relative - // to a selector, they're just at an absolute location. + // to a segment, they're just at an absolute location. template typename InstructionSet::x86::Accessor::type access(uint32_t address, Tag tag) { if constexpr (type == AccessType::PreauthorisedRead) {