aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-12-17 09:36:31 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-12-17 09:36:31 +0000
commit3d488e53a1d15fcc01a7b1d23b9585ca7a724864 (patch)
treee3e410f399c3eead444f2a242a19448571fd979a /arch/x86_64/include
parent568d0fd25f4ab12b183e230210d68252031bfa18 (diff)
downloadteachos-3d488e53a1d15fcc01a7b1d23b9585ca7a724864.tar.xz
teachos-3d488e53a1d15fcc01a7b1d23b9585ca7a724864.zip
Fix typo
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/memory/paging/page_table.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/page_table.hpp b/arch/x86_64/include/arch/memory/paging/page_table.hpp
index 51ddcd4..60a0a2f 100644
--- a/arch/x86_64/include/arch/memory/paging/page_table.hpp
+++ b/arch/x86_64/include/arch/memory/paging/page_table.hpp
@@ -140,7 +140,7 @@ namespace teachos::arch::memory::paging
page_table * table; ///< Handle to underlying page table, can never be null (invariant ensured by
///< constructor)
level table_level; ///< Level page table is currently on, depends on how often next_level was
- ///< called successfully.
+ ///< called successfuly.
};
} // namespace teachos::arch::memory::paging