diff options
Diffstat (limited to 'kapi')
| -rw-r--r-- | kapi/include/kapi/memory.hpp | 3 |
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; |
