aboutsummaryrefslogtreecommitdiff
path: root/kapi
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-15 17:38:19 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-15 17:38:19 +0100
commitca071fec38546ef40e2ab1c8a594170c67c56969 (patch)
tree15db815994524d53406386d66c0f000476c2429a /kapi
parent582e88c060909136d1f1d90a755ada2d47d12659 (diff)
downloadteachos-ca071fec38546ef40e2ab1c8a594170c67c56969.tar.xz
teachos-ca071fec38546ef40e2ab1c8a594170c67c56969.zip
kapi: fix documentation copy-paste mistake
Diffstat (limited to 'kapi')
-rw-r--r--kapi/include/kapi/memory.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/kapi/include/kapi/memory.hpp b/kapi/include/kapi/memory.hpp
index b51a8a5..da666da 100644
--- a/kapi/include/kapi/memory.hpp
+++ b/kapi/include/kapi/memory.hpp
@@ -59,8 +59,7 @@ namespace teachos::memory
//! @qualifier kernel-defined
//! Unmap a page.
//!
- //! @warning This function will panic if no page mapper has been registered, or the page has already been mapped.
- //! This function will not ensure that the frame is not already in use.
+ //! @warning This function will panic if no page mapper has been registered, or the page is not mapped.
//!
//! @param page The page to unmap
auto unmap(page page) -> void;