diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-01 15:34:03 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-01 15:34:03 +0000 |
| commit | d488a0709c5a2701482130a3d9c972c0b468a1d2 (patch) | |
| tree | 8919424d89fbe3c612daafb1ff97dab2b746a5b3 /arch/x86_64/include | |
| parent | 54cdc10862d95ccaf70def277946625d8c721113 (diff) | |
| download | teachos-d488a0709c5a2701482130a3d9c972c0b468a1d2.tar.xz teachos-d488a0709c5a2701482130a3d9c972c0b468a1d2.zip | |
Fix typo
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/memory/paging/tlb.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/tlb.hpp b/arch/x86_64/include/arch/memory/paging/tlb.hpp index e74eb74..1194720 100644 --- a/arch/x86_64/include/arch/memory/paging/tlb.hpp +++ b/arch/x86_64/include/arch/memory/paging/tlb.hpp @@ -23,4 +23,4 @@ namespace teachos::arch::memory::paging } // namespace teachos::arch::memory::paging -#endif
\ No newline at end of file +#endif // TEACHOS_ARCH_X86_64_MEMORY_PAGING_TLB_HPP |
