aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/arch/bus/cpu.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/arch/bus/cpu.hpp b/arch/x86_64/arch/bus/cpu.hpp
index 22afb4ae..40181b06 100644
--- a/arch/x86_64/arch/bus/cpu.hpp
+++ b/arch/x86_64/arch/bus/cpu.hpp
@@ -28,7 +28,7 @@ namespace arch::bus
[[nodiscard]] virtual auto hardware_id() const noexcept -> std::uint64_t = 0;
};
- //! The claim facet used to match ISA drivers.
+ //! The claim facet used to match CPU core drivers.
struct core_claim
{
//! The ID of this facet
@@ -73,4 +73,4 @@ namespace arch::bus
} // namespace arch::bus
-#endif // TEACHOS_X86_64_BUS_ISA_HPP
+#endif // TEACHOS_X86_64_BUS_CPU_HPP